#C851D9

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

Shades of Medium Orchid #C851D9

Tints of Medium Orchid #C851D9

Color information

#C851D9 (or 0xC851D9) is unknown color: approx Medium Orchid. HEX triplet: C8, 51 and D9. RGB value is (200,81,217). Sum of RGB (Red+Green+Blue) = 200+81+217=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #C851D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D9 is #37AE26. Grayscale: #838383. Windows color (decimal): -3649063 or 14242248. OLE color: 14242248.

HSL color Cylindrical-coordinate representation of color #C851D9: hue angle of 292.5º 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 #C851D9 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20081217-
CMYK0.080.6300.15
HSL292.5º64.15%58.43%-
HSV(B)292.5º62.67%85.1%-
XYZ39.2923.1768.05-
YUV132.08175.92176.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 81 (32.03% from 255) = 16.27%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=40.16%
G=16.27%
B=43.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200812170.080.6300.15292.564.1558.43
HexC851D983F0F124403a
Octal310121331107701744410072
Binary110010001010001110110011000111111011111001001001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851D9; }

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

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

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

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

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

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

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

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