#C871DC

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

Shades of Orchid #C871DC

Tints of Orchid #C871DC

Color information

#C871DC (or 0xC871DC) is unknown color: approx Orchid. HEX triplet: C8, 71 and DC. RGB value is (200,113,220). Sum of RGB (Red+Green+Blue) = 200+113+220=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C871DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871DC is #378E23. Grayscale: #969696. Windows color (decimal): -3640868 or 14447048. OLE color: 14447048.

HSL color Cylindrical-coordinate representation of color #C871DC: hue angle of 288.79º 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 #C871DC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200113220-
CMYK0.090.4900.14
HSL288.79º60.45%65.29%-
HSV(B)288.79º48.64%86.27%-
XYZ42.6429.2671.11-
YUV151.21166.82162.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=37.52%
G=21.20%
B=41.28%

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
Decimal2001132200.090.4900.14288.7960.4565.29
HexC871DC9310E1213c41
Octal310161334116101644174101
Binary110010001110001110111001001110001011101001000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871DC; }

 p { color: rgb(200,113,220); }

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

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

 a { background-color: rgb(200,113,220); }

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

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

 span { border-color: rgb(200,113,220); }

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