#D97ED7

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

Shades of Orchid #D97ED7

Tints of Orchid #D97ED7

Color information

#D97ED7 (or 0xD97ED7) is unknown color: approx Orchid. HEX triplet: D9, 7E and D7. RGB value is (217,126,215). Sum of RGB (Red+Green+Blue) = 217+126+215=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ED7 is #268128. Grayscale: #A3A3A3. Windows color (decimal): -2523433 or 14122713. OLE color: 14122713.

HSL color Cylindrical-coordinate representation of color #D97ED7: hue angle of 301.32º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97ED7 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217126215-
CMYK00.420.010.15
HSL301.32º54.49%67.25%-
HSV(B)301.32º41.94%85.1%-
XYZ48.3434.5868.42-
YUV163.35157.15166.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 126 (49.61% from 255) = 22.58%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=38.89%
G=22.58%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712621500.420.010.15301.3254.4967.25
HexD97ED702A1F12d3643
Octal33117632705211745566103
Binary110110011111110110101110101010111111001011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ED7; }

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

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

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

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

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

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

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

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