#C05CD2

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

Shades of Medium Orchid #C05CD2

Tints of Medium Orchid #C05CD2

Color information

#C05CD2 (or 0xC05CD2) is unknown color: approx Medium Orchid. HEX triplet: C0, 5C and D2. RGB value is (192,92,210). Sum of RGB (Red+Green+Blue) = 192+92+210=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #C05CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CD2 is #3FA32D. Grayscale: #868686. Windows color (decimal): -4170542 or 13786304. OLE color: 13786304.

HSL color Cylindrical-coordinate representation of color #C05CD2: hue angle of 290.85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05CD2 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19292210-
CMYK0.090.5600.18
HSL290.85º56.73%59.22%-
HSV(B)290.85º56.19%82.35%-
XYZ37.223.5163.55-
YUV135.35170.13168.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=38.87%
G=18.62%
B=42.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192922100.090.5600.18290.8556.7359.22
HexC05CD2938012123393b
Octal30013432211700224437173
Binary110000001011100110100101001111000010010100100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CD2; }

 p { color: rgb(192,92,210); }

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

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

 a { background-color: rgb(192,92,210); }

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

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

 span { border-color: rgb(192,92,210); }

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