#D97EDA

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

Shades of Orchid #D97EDA

Tints of Orchid #D97EDA

Color information

#D97EDA (or 0xD97EDA) is unknown color: approx Orchid. HEX triplet: D9, 7E and DA. RGB value is (217,126,218). Sum of RGB (Red+Green+Blue) = 217+126+218=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D97EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDA is #268125. Grayscale: #A3A3A3. Windows color (decimal): -2523430 or 14319321. OLE color: 14319321.

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

Color convert

RGB217126218-
CMYK0.000.4200.15
HSL299.35º55.42%67.45%-
HSV(B)299.35º42.2%85.49%-
XYZ48.7334.7470.47-
YUV163.7158.65166.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 126 (49.61% from 255) = 22.46%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=38.68%
G=22.46%
B=38.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171262180.000.4200.15299.3555.4267.45
HexD97EDA02A0F12b3743
Octal33117633205201745367103
Binary110110011111110110110100101010011111001010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EDA; }

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

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

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

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

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

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

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

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