#D977DB

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

Shades of Orchid #D977DB

Tints of Orchid #D977DB

Color information

#D977DB (or 0xD977DB) is unknown color: approx Orchid. HEX triplet: D9, 77 and DB. RGB value is (217,119,219). Sum of RGB (Red+Green+Blue) = 217+119+219=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D977DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DB is #268824. Grayscale: #9F9F9F. Windows color (decimal): -2525221 or 14383065. OLE color: 14383065.

HSL color Cylindrical-coordinate representation of color #D977DB: hue angle of 298.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D977DB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217119219-
CMYK0.010.4600.14
HSL298.8º58.14%66.27%-
HSV(B)298.8º45.66%85.88%-
XYZ4833.0670.87-
YUV159.7161.47168.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=39.10%
G=21.44%
B=39.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171192190.010.4600.14298.858.1466.27
HexD977DB12E0E12b3a42
Octal33116733315601645372102
Binary110110011110111110110111101110011101001010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977DB; }

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

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

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

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

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

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

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

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