#D97EDD

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

Shades of Orchid #D97EDD

Tints of Orchid #D97EDD

Color information

#D97EDD (or 0xD97EDD) is unknown color: approx Orchid. HEX triplet: D9, 7E and DD. RGB value is (217,126,221). Sum of RGB (Red+Green+Blue) = 217+126+221=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDD is #268122. Grayscale: #A3A3A3. Windows color (decimal): -2523427 or 14515929. OLE color: 14515929.

HSL color Cylindrical-coordinate representation of color #D97EDD: hue angle of 297.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97EDD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217126221-
CMYK0.020.4300.13
HSL297.47º58.28%68.04%-
HSV(B)297.47º42.99%86.67%-
XYZ49.1334.8972.55-
YUV164.04160.15165.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 126 (49.61% from 255) = 22.34%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=38.48%
G=22.34%
B=39.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171262210.020.4300.13297.4758.2868.04
HexD97EDD22B0D1293a44
Octal33117633525301545172104
Binary1101100111111101101110110101011011011001010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EDD; }

 p { color: rgb(217,126,221); }

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

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

 a { background-color: rgb(217,126,221); }

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

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

 span { border-color: rgb(217,126,221); }

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