#C977BF

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

Shades of Orchid #C977BF

Tints of Orchid #C977BF

Color information

#C977BF (or 0xC977BF) is unknown color: approx Orchid. HEX triplet: C9, 77 and BF. RGB value is (201,119,191). Sum of RGB (Red+Green+Blue) = 201+119+191=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BF is #368840. Grayscale: #979797. Windows color (decimal): -3573825 or 12548041. OLE color: 12548041.

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

Color convert

RGB201119191-
CMYK00.410.050.21
HSL307.32º43.16%62.75%-
HSV(B)307.32º40.8%78.82%-
XYZ40.0929.3752.85-
YUV151.73150.17163.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 191 (75% from 255) = 37.38%
R=39.33%
G=23.29%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111919100.410.050.21307.3243.1662.75
HexC977BF0295151332b3f
Octal3111672770515254635377
Binary11001001111011110111111010100110110101100110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977BF; }

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

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

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

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

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

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

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

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