#C05DCE

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

Shades of Medium Orchid #C05DCE

Tints of Medium Orchid #C05DCE

Color information

#C05DCE (or 0xC05DCE) is unknown color: approx Medium Orchid. HEX triplet: C0, 5D and CE. RGB value is (192,93,206). Sum of RGB (Red+Green+Blue) = 192+93+206=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C05DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCE is #3FA231. Grayscale: #878787. Windows color (decimal): -4170290 or 13524416. OLE color: 13524416.

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

Color convert

RGB19293206-
CMYK0.070.5500.19
HSL292.57º53.55%58.63%-
HSV(B)292.57º54.85%80.78%-
XYZ36.7923.4960.99-
YUV135.48167.8168.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=39.10%
G=18.94%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192932060.070.5500.19292.5753.5558.63
HexC05DCE737013125363b
Octal3001353167670234456673
Binary11000000101110111001110111110111010011100100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DCE; }

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

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

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

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

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

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

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

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