#C977C0

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

Shades of Orchid #C977C0

Tints of Orchid #C977C0

Color information

#C977C0 (or 0xC977C0) is unknown color: approx Orchid. HEX triplet: C9, 77 and C0. RGB value is (201,119,192). Sum of RGB (Red+Green+Blue) = 201+119+192=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C0 is #36883F. Grayscale: #979797. Windows color (decimal): -3573824 or 12613577. OLE color: 12613577.

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

Color convert

RGB201119192-
CMYK00.410.040.21
HSL306.59º43.16%62.75%-
HSV(B)306.59º40.8%78.82%-
XYZ40.229.4253.43-
YUV151.84150.67163.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=39.26%
G=23.24%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111919200.410.040.21306.5943.1662.75
HexC977C00294151332b3f
Octal3111673000514254635377
Binary11001001111011111000000010100110010101100110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977C0; }

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

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

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

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

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

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

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

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