#C977DD

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

Shades of Orchid #C977DD

Tints of Orchid #C977DD

Color information

#C977DD (or 0xC977DD) is unknown color: approx Orchid. HEX triplet: C9, 77 and DD. RGB value is (201,119,221). Sum of RGB (Red+Green+Blue) = 201+119+221=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C977DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DD is #368822. Grayscale: #9A9A9A. Windows color (decimal): -3573795 or 14514121. OLE color: 14514121.

HSL color Cylindrical-coordinate representation of color #C977DD: hue angle of 288.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C977DD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201119221-
CMYK0.090.4600.13
HSL288.24º60%66.67%-
HSV(B)288.24º46.15%86.67%-
XYZ43.7430.8372.05-
YUV155.15165.17160.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=37.15%
G=22.00%
B=40.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011192210.090.4600.13288.246066.67
HexC977DD92E0D1203c43
Octal311167335115601544074103
Binary110010011110111110111011001101110011011001000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977DD; }

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

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

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

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

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

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

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

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