#C941DE

Color #C941DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C941DE

Tints of Medium Orchid #C941DE

Color information

#C941DE (or 0xC941DE) is unknown color: approx Medium Orchid. HEX triplet: C9, 41 and DE. RGB value is (201,65,222). Sum of RGB (Red+Green+Blue) = 201+65+222=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C941DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941DE is #36BE21. Grayscale: #7B7B7B. Windows color (decimal): -3587618 or 14565833. OLE color: 14565833.

HSL color Cylindrical-coordinate representation of color #C941DE: hue angle of 291.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C941DE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20165222-
CMYK0.090.7100.13
HSL291.97º70.4%56.27%-
HSV(B)291.97º70.72%87.06%-
XYZ39.1621.4771.19-
YUV123.56183.56183.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=41.19%
G=13.32%
B=45.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201652220.090.7100.13291.9770.456.27
HexC941DE9470D1244638
Octal3111013361110701544410670
Binary1100100110000011101111010011000111011011001001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941DE; }

 p { color: rgb(201,65,222); }

 H1.HeaderClassName
 {
   color: #C941DE;
 }
 .AnyTagClassName
 {
   color: #C941DE;
 }
</style>
background-color css

<style>
 a { background-color: #C941DE; }

 a { background-color: rgb(201,65,222); }

 div.DivClassName
 {
   background-color: #C941DE;
 }
 .BgClassName
 {
   background-color: #C941DE;
 }
</style>
border-color css

<style>
 span { border-color: #C941DE; }

 span { border-color: rgb(201,65,222); }

 td.TdClassName
 {
   border-color: #C941DE;
 }
 .TagClassName
 {
   border-color: #C941DE;
 }
</style>