#C870D8

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

Shades of Orchid #C870D8

Tints of Orchid #C870D8

Color information

#C870D8 (or 0xC870D8) is unknown color: approx Orchid. HEX triplet: C8, 70 and D8. RGB value is (200,112,216). Sum of RGB (Red+Green+Blue) = 200+112+216=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C870D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870D8 is #378F27. Grayscale: #959595. Windows color (decimal): -3641128 or 14184648. OLE color: 14184648.

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

Color convert

RGB200112216-
CMYK0.070.4800.15
HSL290.77º57.14%64.31%-
HSV(B)290.77º48.15%84.71%-
XYZ42.0128.8368.32-
YUV150.17165.15163.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=37.88%
G=21.21%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001122160.070.4800.15290.7757.1464.31
HexC870D87300F1233940
Octal31016033076001744371100
Binary11001000111000011011000111110000011111001000111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870D8; }

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

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

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

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

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

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

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

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