#C976B7

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

Shades of Orchid #C976B7

Tints of Orchid #C976B7

Color information

#C976B7 (or 0xC976B7) is unknown color: approx Orchid. HEX triplet: C9, 76 and B7. RGB value is (201,118,183). Sum of RGB (Red+Green+Blue) = 201+118+183=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C976B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976B7 is #368948. Grayscale: #969696. Windows color (decimal): -3574089 or 12023497. OLE color: 12023497.

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

Color convert

RGB201118183-
CMYK00.410.090.21
HSL313.01º43.46%62.55%-
HSV(B)313.01º41.29%78.82%-
XYZ39.1128.7948.3-
YUV150.23146.5164.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=40.04%
G=23.51%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111818300.410.090.21313.0143.4662.55
HexC976B70299151392b3f
Octal31116626705111254715377
Binary110010011110110101101110101001100110101100111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976B7; }

 p { color: rgb(201,118,183); }

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

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

 a { background-color: rgb(201,118,183); }

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

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

 span { border-color: rgb(201,118,183); }

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