#D977CE

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

Shades of Orchid #D977CE

Tints of Orchid #D977CE

Color information

#D977CE (or 0xD977CE) is unknown color: approx Orchid. HEX triplet: D9, 77 and CE. RGB value is (217,119,206). Sum of RGB (Red+Green+Blue) = 217+119+206=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CE is #268831. Grayscale: #9D9D9D. Windows color (decimal): -2525234 or 13531097. OLE color: 13531097.

HSL color Cylindrical-coordinate representation of color #D977CE: hue angle of 306.73º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977CE is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217119206-
CMYK00.450.050.15
HSL306.73º56.32%65.88%-
HSV(B)306.73º45.16%85.1%-
XYZ46.3532.462.2-
YUV158.22154.97169.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=40.04%
G=21.96%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711920600.450.050.15306.7356.3265.88
HexD977CE02D5F1333842
Octal33116731605551746370102
Binary11011001111011111001110010110110111111001100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977CE; }

 p { color: rgb(217,119,206); }

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

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

 a { background-color: rgb(217,119,206); }

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

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

 span { border-color: rgb(217,119,206); }

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