#D97EC9

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

Shades of Orchid #D97EC9

Tints of Orchid #D97EC9

Color information

#D97EC9 (or 0xD97EC9) is unknown color: approx Orchid. HEX triplet: D9, 7E and C9. RGB value is (217,126,201). Sum of RGB (Red+Green+Blue) = 217+126+201=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC9 is #268136. Grayscale: #A1A1A1. Windows color (decimal): -2523447 or 13205209. OLE color: 13205209.

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

Color convert

RGB217126201-
CMYK00.420.070.15
HSL310.55º54.49%67.25%-
HSV(B)310.55º41.94%85.1%-
XYZ46.6233.8959.34-
YUV161.76150.15167.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 126 (49.61% from 255) = 23.16%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=39.89%
G=23.16%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712620100.420.070.15310.5554.4967.25
HexD97EC902A7F1373643
Octal33117631105271746766103
Binary11011001111111011001001010101011111111001101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EC9; }

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

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

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

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

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

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

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

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