#C977DC

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

Shades of Orchid #C977DC

Tints of Orchid #C977DC

Color information

#C977DC (or 0xC977DC) is unknown color: approx Orchid. HEX triplet: C9, 77 and DC. RGB value is (201,119,220). Sum of RGB (Red+Green+Blue) = 201+119+220=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C977DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DC is #368823. Grayscale: #9A9A9A. Windows color (decimal): -3573796 or 14448585. OLE color: 14448585.

HSL color Cylindrical-coordinate representation of color #C977DC: hue angle of 288.71º 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 #C977DC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201119220-
CMYK0.090.4600.14
HSL288.71º59.06%66.47%-
HSV(B)288.71º45.91%86.27%-
XYZ43.630.7871.35-
YUV155.03164.67160.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 119 (46.88% from 255) = 22.04%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=37.22%
G=22.04%
B=40.74%

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
Decimal2011192200.090.4600.14288.7159.0666.47
HexC977DC92E0E1213b42
Octal311167334115601644173102
Binary110010011110111110111001001101110011101001000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977DC; }

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

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

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

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

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

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

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

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