#C976C8

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

Shades of Orchid #C976C8

Tints of Orchid #C976C8

Color information

#C976C8 (or 0xC976C8) is unknown color: approx Orchid. HEX triplet: C9, 76 and C8. RGB value is (201,118,200). Sum of RGB (Red+Green+Blue) = 201+118+200=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C976C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976C8 is #368937. Grayscale: #979797. Windows color (decimal): -3574072 or 13137609. OLE color: 13137609.

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

Color convert

RGB201118200-
CMYK00.410.000.21
HSL300.72º43.46%62.55%-
HSV(B)300.72º41.29%78.82%-
XYZ40.9929.5458.19-
YUV152.16155162.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=38.73%
G=22.74%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111820000.410.000.21300.7243.4662.55
HexC976C802901512d2b3f
Octal3111663100510254555377
Binary110010011110110110010000101001010101100101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976C8; }

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

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

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

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

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

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

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

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