#C871CE

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

Shades of Orchid #C871CE

Tints of Orchid #C871CE

Color information

#C871CE (or 0xC871CE) is unknown color: approx Orchid. HEX triplet: C8, 71 and CE. RGB value is (200,113,206). Sum of RGB (Red+Green+Blue) = 200+113+206=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C871CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CE is #378E31. Grayscale: #959595. Windows color (decimal): -3640882 or 13529544. OLE color: 13529544.

HSL color Cylindrical-coordinate representation of color #C871CE: hue angle of 296.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C871CE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200113206-
CMYK0.030.4500.19
HSL296.13º48.69%62.55%-
HSV(B)296.13º45.15%80.78%-
XYZ40.8728.5561.75-
YUV149.62159.82163.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=38.54%
G=21.77%
B=39.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001132060.030.4500.19296.1348.6962.55
HexC871CE32D013128313f
Octal3101613163550234506177
Binary1100100011100011100111011101101010011100101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871CE; }

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

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

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

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

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

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

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

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