#D17EDB

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

Shades of Orchid #D17EDB

Tints of Orchid #D17EDB

Color information

#D17EDB (or 0xD17EDB) is unknown color: approx Orchid. HEX triplet: D1, 7E and DB. RGB value is (209,126,219). Sum of RGB (Red+Green+Blue) = 209+126+219=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDB is #2E8124. Grayscale: #A1A1A1. Windows color (decimal): -3047717 or 14384849. OLE color: 14384849.

HSL color Cylindrical-coordinate representation of color #D17EDB: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17EDB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209126219-
CMYK0.050.4200.14
HSL293.55º56.36%67.65%-
HSV(B)293.55º42.47%85.88%-
XYZ46.5433.5971.05-
YUV161.42160.5161.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=37.73%
G=22.74%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091262190.050.4200.14293.5556.3667.65
HexD17EDB52A0E1263844
Octal32117633355201644670104
Binary11010001111111011011011101101010011101001001101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17EDB; }

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

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

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

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

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

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

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

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