#C870DF

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

Shades of Orchid #C870DF

Tints of Orchid #C870DF

Color information

#C870DF (or 0xC870DF) is unknown color: approx Orchid. HEX triplet: C8, 70 and DF. RGB value is (200,112,223). Sum of RGB (Red+Green+Blue) = 200+112+223=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C870DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DF is #378F20. Grayscale: #969696. Windows color (decimal): -3641121 or 14643400. OLE color: 14643400.

HSL color Cylindrical-coordinate representation of color #C870DF: hue angle of 287.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C870DF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200112223-
CMYK0.100.5000.13
HSL287.57º63.43%65.69%-
HSV(B)287.57º49.78%87.45%-
XYZ42.9329.273.18-
YUV150.97168.65162.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=37.38%
G=20.93%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001122230.100.5000.13287.5763.4365.69
HexC870DFA320D1203f42
Octal310160337126201544077102
Binary110010001110000110111111010110010011011001000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870DF; }

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

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

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

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

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

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

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

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