#C879BC

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

Shades of Orchid #C879BC

Tints of Orchid #C879BC

Color information

#C879BC (or 0xC879BC) is unknown color: approx Orchid. HEX triplet: C8, 79 and BC. RGB value is (200,121,188). Sum of RGB (Red+Green+Blue) = 200+121+188=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C879BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879BC is #378643. Grayscale: #989898. Windows color (decimal): -3638852 or 12351944. OLE color: 12351944.

HSL color Cylindrical-coordinate representation of color #C879BC: hue angle of 309.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C879BC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200121188-
CMYK00.390.060.22
HSL309.11º41.8%62.94%-
HSV(B)309.11º39.5%78.43%-
XYZ39.7329.5851.19-
YUV152.26148.17162.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=39.29%
G=23.77%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012118800.390.060.22309.1141.862.94
HexC879BC0276161352a3f
Octal3101712740476264655277
Binary11001000111100110111100010011111010110100110101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C879BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C879BC; }

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

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

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

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

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

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

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

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