#C878CA

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

Shades of Orchid #C878CA

Tints of Orchid #C878CA

Color information

#C878CA (or 0xC878CA) is unknown color: approx Orchid. HEX triplet: C8, 78 and CA. RGB value is (200,120,202). Sum of RGB (Red+Green+Blue) = 200+120+202=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C878CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878CA is #378735. Grayscale: #999999. Windows color (decimal): -3639094 or 13269192. OLE color: 13269192.

HSL color Cylindrical-coordinate representation of color #C878CA: hue angle of 298.54º 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 #C878CA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200120202-
CMYK0.010.4100.21
HSL298.54º43.62%63.14%-
HSV(B)298.54º40.59%79.22%-
XYZ41.229.9859.49-
YUV153.27155.5161.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=38.31%
G=22.99%
B=38.70%

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
Decimal2001202020.010.4100.21298.5443.6263.14
HexC878CA12901512b2c3f
Octal3101703121510254535477
Binary110010001111000110010101101001010101100101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C878CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C878CA; }

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

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

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

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

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

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

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

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