#D97DD7

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

Shades of Orchid #D97DD7

Tints of Orchid #D97DD7

Color information

#D97DD7 (or 0xD97DD7) is unknown color: approx Orchid. HEX triplet: D9, 7D and D7. RGB value is (217,125,215). Sum of RGB (Red+Green+Blue) = 217+125+215=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DD7 is #268228. Grayscale: #A2A2A2. Windows color (decimal): -2523689 or 14122457. OLE color: 14122457.

HSL color Cylindrical-coordinate representation of color #D97DD7: hue angle of 301.3º degrees, saturation: 0.55, 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 #D97DD7 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217125215-
CMYK00.420.010.15
HSL301.3º54.76%67.06%-
HSV(B)301.3º42.4%85.1%-
XYZ48.2134.3368.37-
YUV162.77157.48166.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=38.96%
G=22.44%
B=38.60%

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
Decimal21712521500.420.010.15301.354.7667.06
HexD97DD702A1F12d3743
Octal33117532705211745567103
Binary110110011111101110101110101010111111001011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DD7; }

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

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

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

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

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

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

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

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