#C977C5

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

Shades of Orchid #C977C5

Tints of Orchid #C977C5

Color information

#C977C5 (or 0xC977C5) is unknown color: approx Orchid. HEX triplet: C9, 77 and C5. RGB value is (201,119,197). Sum of RGB (Red+Green+Blue) = 201+119+197=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C5 is #36883A. Grayscale: #989898. Windows color (decimal): -3573819 or 12941257. OLE color: 12941257.

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

Color convert

RGB201119197-
CMYK00.410.020.21
HSL302.93º43.16%62.75%-
HSV(B)302.93º40.8%78.82%-
XYZ40.7629.6456.4-
YUV152.41153.17162.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=38.88%
G=23.02%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111919700.410.020.21302.9343.1662.75
HexC977C502921512f2b3f
Octal3111673050512254575377
Binary1100100111101111100010101010011010101100101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977C5; }

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

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

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

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

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

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

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

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