#C977C7

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

Shades of Orchid #C977C7

Tints of Orchid #C977C7

Color information

#C977C7 (or 0xC977C7) is unknown color: approx Orchid. HEX triplet: C9, 77 and C7. RGB value is (201,119,199). Sum of RGB (Red+Green+Blue) = 201+119+199=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C7 is #368838. Grayscale: #989898. Windows color (decimal): -3573817 or 13072329. OLE color: 13072329.

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

Color convert

RGB201119199-
CMYK00.410.010.21
HSL301.46º43.16%62.75%-
HSV(B)301.46º40.8%78.82%-
XYZ40.9929.7357.61-
YUV152.64154.17162.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=38.73%
G=22.93%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111919900.410.010.21301.4643.1662.75
HexC977C702911512d2b3f
Octal3111673070511254555377
Binary110010011110111110001110101001110101100101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977C7; }

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

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

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

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

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

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

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

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