#C872DB

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

Shades of Orchid #C872DB

Tints of Orchid #C872DB

Color information

#C872DB (or 0xC872DB) is unknown color: approx Orchid. HEX triplet: C8, 72 and DB. RGB value is (200,114,219). Sum of RGB (Red+Green+Blue) = 200+114+219=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C872DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872DB is #378D24. Grayscale: #979797. Windows color (decimal): -3640613 or 14381768. OLE color: 14381768.

HSL color Cylindrical-coordinate representation of color #C872DB: hue angle of 289.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C872DB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200114219-
CMYK0.090.4800.14
HSL289.14º59.32%65.29%-
HSV(B)289.14º47.95%85.88%-
XYZ42.6229.4370.45-
YUV151.68165.99162.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=37.52%
G=21.39%
B=41.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001142190.090.4800.14289.1459.3265.29
HexC872DB9300E1213b41
Octal310162333116001644173101
Binary110010001110010110110111001110000011101001000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872DB; }

 p { color: rgb(200,114,219); }

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

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

 a { background-color: rgb(200,114,219); }

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

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

 span { border-color: rgb(200,114,219); }

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