#C977BD

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

Shades of Orchid #C977BD

Tints of Orchid #C977BD

Color information

#C977BD (or 0xC977BD) is unknown color: approx Orchid. HEX triplet: C9, 77 and BD. RGB value is (201,119,189). Sum of RGB (Red+Green+Blue) = 201+119+189=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BD is #368842. Grayscale: #979797. Windows color (decimal): -3573827 or 12416969. OLE color: 12416969.

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

Color convert

RGB201119189-
CMYK00.410.060.21
HSL308.78º43.16%62.75%-
HSV(B)308.78º40.8%78.82%-
XYZ39.8729.2951.7-
YUV151.5149.17163.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=39.49%
G=23.38%
B=37.13%

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
Decimal20111918900.410.060.21308.7843.1662.75
HexC977BD0296151352b3f
Octal3111672750516254655377
Binary11001001111011110111101010100111010101100110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977BD; }

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

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

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

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

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

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

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

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