#C879CA

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

Shades of Orchid #C879CA

Tints of Orchid #C879CA

Color information

#C879CA (or 0xC879CA) is unknown color: approx Orchid. HEX triplet: C8, 79 and CA. RGB value is (200,121,202). Sum of RGB (Red+Green+Blue) = 200+121+202=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C879CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879CA is #378635. Grayscale: #999999. Windows color (decimal): -3638838 or 13269448. OLE color: 13269448.

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

Color convert

RGB200121202-
CMYK0.010.4000.21
HSL298.52º43.32%63.33%-
HSV(B)298.52º40.1%79.22%-
XYZ41.3230.2259.53-
YUV153.85155.17160.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=38.24%
G=23.14%
B=38.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001212020.010.4000.21298.5243.3263.33
HexC879CA12801512b2b3f
Octal3101713121500254535377
Binary110010001111001110010101101000010101100101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C879CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C879CA; }

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

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

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

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

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

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

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

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