#D97ECA

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

Shades of Orchid #D97ECA

Tints of Orchid #D97ECA

Color information

#D97ECA (or 0xD97ECA) is unknown color: approx Orchid. HEX triplet: D9, 7E and CA. RGB value is (217,126,202). Sum of RGB (Red+Green+Blue) = 217+126+202=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ECA is #268135. Grayscale: #A1A1A1. Windows color (decimal): -2523446 or 13270745. OLE color: 13270745.

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

Color convert

RGB217126202-
CMYK00.420.070.15
HSL309.89º54.49%67.25%-
HSV(B)309.89º41.94%85.1%-
XYZ46.7433.9459.96-
YUV161.87150.65167.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=39.82%
G=23.12%
B=37.06%

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
Decimal21712620200.420.070.15309.8954.4967.25
HexD97ECA02A7F1363643
Octal33117631205271746666103
Binary11011001111111011001010010101011111111001101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ECA; }

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

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

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

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

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

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

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

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