#C977BC

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

Shades of Orchid #C977BC

Tints of Orchid #C977BC

Color information

#C977BC (or 0xC977BC) is unknown color: approx Orchid. HEX triplet: C9, 77 and BC. RGB value is (201,119,188). Sum of RGB (Red+Green+Blue) = 201+119+188=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BC is #368843. Grayscale: #979797. Windows color (decimal): -3573828 or 12351433. OLE color: 12351433.

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

Color convert

RGB201119188-
CMYK00.410.060.21
HSL309.51º43.16%62.75%-
HSV(B)309.51º40.8%78.82%-
XYZ39.7629.2451.13-
YUV151.38148.67163.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=39.57%
G=23.43%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111918800.410.060.21309.5143.1662.75
HexC977BC0296151362b3f
Octal3111672740516254665377
Binary11001001111011110111100010100111010101100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977BC; }

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

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

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

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

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

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

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

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