#C877DC

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

Shades of Orchid #C877DC

Tints of Orchid #C877DC

Color information

#C877DC (or 0xC877DC) is unknown color: approx Orchid. HEX triplet: C8, 77 and DC. RGB value is (200,119,220). Sum of RGB (Red+Green+Blue) = 200+119+220=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C877DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DC is #378823. Grayscale: #9A9A9A. Windows color (decimal): -3639332 or 14448584. OLE color: 14448584.

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

Color convert

RGB200119220-
CMYK0.090.4600.14
HSL288.12º59.06%66.47%-
HSV(B)288.12º45.91%86.27%-
XYZ43.3330.6471.34-
YUV154.73164.84160.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=37.11%
G=22.08%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001192200.090.4600.14288.1259.0666.47
HexC877DC92E0E1203b42
Octal310167334115601644073102
Binary110010001110111110111001001101110011101001000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877DC; }

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

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

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

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

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

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

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

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