#C877CA

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

Shades of Orchid #C877CA

Tints of Orchid #C877CA

Color information

#C877CA (or 0xC877CA) is unknown color: approx Orchid. HEX triplet: C8, 77 and CA. RGB value is (200,119,202). Sum of RGB (Red+Green+Blue) = 200+119+202=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C877CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CA is #378835. Grayscale: #989898. Windows color (decimal): -3639350 or 13268936. OLE color: 13268936.

HSL color Cylindrical-coordinate representation of color #C877CA: hue angle of 298.55º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C877CA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200119202-
CMYK0.010.4100.21
HSL298.55º43.92%62.94%-
HSV(B)298.55º41.09%79.22%-
XYZ41.0829.7459.45-
YUV152.68155.84161.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=38.39%
G=22.84%
B=38.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001192020.010.4100.21298.5543.9262.94
HexC877CA12901512b2c3f
Octal3101673121510254535477
Binary110010001110111110010101101001010101100101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877CA; }

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

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

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

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

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

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

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

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