#C977BB

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

Shades of Orchid #C977BB

Tints of Orchid #C977BB

Color information

#C977BB (or 0xC977BB) is unknown color: approx Orchid. HEX triplet: C9, 77 and BB. RGB value is (201,119,187). Sum of RGB (Red+Green+Blue) = 201+119+187=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BB is #368844. Grayscale: #979797. Windows color (decimal): -3573829 or 12285897. OLE color: 12285897.

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

Color convert

RGB201119187-
CMYK00.410.070.21
HSL310.24º43.16%62.75%-
HSV(B)310.24º40.8%78.82%-
XYZ39.6529.250.56-
YUV151.27148.17163.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=39.64%
G=23.47%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111918700.410.070.21310.2443.1662.75
HexC977BB0297151362b3f
Octal3111672730517254665377
Binary11001001111011110111011010100111110101100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977BB; }

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

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

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

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

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

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

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

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