#D97EE5

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

Shades of Orchid #D97EE5

Tints of Orchid #D97EE5

Color information

#D97EE5 (or 0xD97EE5) is unknown color: approx Orchid. HEX triplet: D9, 7E and E5. RGB value is (217,126,229). Sum of RGB (Red+Green+Blue) = 217+126+229=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #D97EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EE5 is #26811A. Grayscale: #A4A4A4. Windows color (decimal): -2523419 or 15040217. OLE color: 15040217.

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

Color convert

RGB217126229-
CMYK0.050.4500.10
HSL293.01º66.45%69.61%-
HSV(B)293.01º44.98%89.8%-
XYZ50.2235.3378.3-
YUV164.95164.15165.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=37.94%
G=22.03%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171262290.050.4500.10293.0166.4569.61
HexD97EE552D0A1254246
Octal331176345555012445102106
Binary110110011111110111001011011011010101010010010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EE5; }

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

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

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

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

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

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

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

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