#C870DB

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

Shades of Orchid #C870DB

Tints of Orchid #C870DB

Color information

#C870DB (or 0xC870DB) is unknown color: approx Orchid. HEX triplet: C8, 70 and DB. RGB value is (200,112,219). Sum of RGB (Red+Green+Blue) = 200+112+219=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C870DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DB is #378F24. Grayscale: #969696. Windows color (decimal): -3641125 or 14381256. OLE color: 14381256.

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

Color convert

RGB200112219-
CMYK0.090.4900.14
HSL289.35º59.78%64.9%-
HSV(B)289.35º48.86%85.88%-
XYZ42.428.9870.38-
YUV150.51166.65163.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=37.66%
G=21.09%
B=41.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001122190.090.4900.14289.3559.7864.9
HexC870DB9310E1213c41
Octal310160333116101644174101
Binary110010001110000110110111001110001011101001000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870DB; }

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

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

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

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

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

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

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

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