#C051D9

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

Shades of Medium Orchid #C051D9

Tints of Medium Orchid #C051D9

Color information

#C051D9 (or 0xC051D9) is unknown color: approx Medium Orchid. HEX triplet: C0, 51 and D9. RGB value is (192,81,217). Sum of RGB (Red+Green+Blue) = 192+81+217=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #C051D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D9 is #3FAE26. Grayscale: #818181. Windows color (decimal): -4173351 or 14242240. OLE color: 14242240.

HSL color Cylindrical-coordinate representation of color #C051D9: hue angle of 288.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C051D9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19281217-
CMYK0.120.6300.15
HSL288.97º64.15%58.43%-
HSV(B)288.97º62.67%85.1%-
XYZ37.2122.167.95-
YUV129.69177.27172.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=39.18%
G=16.53%
B=44.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192812170.120.6300.15288.9764.1558.43
HexC051D9C3F0F121403a
Octal300121331147701744110072
Binary110000001010001110110011100111111011111001000011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051D9; }

 p { color: rgb(192,81,217); }

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

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

 a { background-color: rgb(192,81,217); }

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

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

 span { border-color: rgb(192,81,217); }

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