#C977DE

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

Shades of Orchid #C977DE

Tints of Orchid #C977DE

Color information

#C977DE (or 0xC977DE) is unknown color: approx Orchid. HEX triplet: C9, 77 and DE. RGB value is (201,119,222). Sum of RGB (Red+Green+Blue) = 201+119+222=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #C977DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DE is #368821. Grayscale: #9A9A9A. Windows color (decimal): -3573794 or 14579657. OLE color: 14579657.

HSL color Cylindrical-coordinate representation of color #C977DE: hue angle of 287.77º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C977DE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201119222-
CMYK0.090.4600.13
HSL287.77º60.95%66.86%-
HSV(B)287.77º46.4%87.06%-
XYZ43.8730.8972.76-
YUV155.26165.67160.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=37.08%
G=21.96%
B=40.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011192220.090.4600.13287.7760.9566.86
HexC977DE92E0D1203d43
Octal311167336115601544075103
Binary110010011110111110111101001101110011011001000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977DE; }

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

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

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

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

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

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

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

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