#D17EDA

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

Shades of Orchid #D17EDA

Tints of Orchid #D17EDA

Color information

#D17EDA (or 0xD17EDA) is unknown color: approx Orchid. HEX triplet: D1, 7E and DA. RGB value is (209,126,218). Sum of RGB (Red+Green+Blue) = 209+126+218=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #D17EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDA is #2E8125. Grayscale: #A1A1A1. Windows color (decimal): -3047718 or 14319313. OLE color: 14319313.

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

Color convert

RGB209126218-
CMYK0.040.4200.15
HSL294.13º55.42%67.45%-
HSV(B)294.13º42.2%85.49%-
XYZ46.4133.5470.36-
YUV161.3160162.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=37.79%
G=22.78%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091262180.040.4200.15294.1355.4267.45
HexD17EDA42A0F1263743
Octal32117633245201744667103
Binary11010001111111011011010100101010011111001001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17EDA; }

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

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

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

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

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

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

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

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