#c041ce

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

Shades of Medium Orchid #C041CE

Tints of Medium Orchid #C041CE

Color information

#C041CE (or 0xC041CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 41 and CE. RGB value is (192,65,206). Sum of RGB (Red+Green+Blue) = 192+65+206=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C041CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CE is #3FBE31. Grayscale: #767676. Windows color (decimal): -4177458 or 13517248. OLE color: 13517248.

HSL color Cylindrical-coordinate representation of color #C041CE: hue angle of 294.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C041CE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19265206-
CMYK0.070.6800.19
HSL294.04º59%53.14%-
HSV(B)294.04º68.45%80.78%-
XYZ34.7719.4460.31-
YUV119.05177.08180.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=41.47%
G=14.04%
B=44.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192652060.070.6800.19294.045953.14
HexC041CE7440131263b35
Octal30010131671040234467365
Binary110000001000001110011101111000100010011100100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c041ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c041ce; }

 p { color: rgb(192,65,206); }

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

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

 a { background-color: rgb(192,65,206); }

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

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

 span { border-color: rgb(192,65,206); }

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