#D17DDB

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

Shades of Orchid #D17DDB

Tints of Orchid #D17DDB

Color information

#D17DDB (or 0xD17DDB) is unknown color: approx Orchid. HEX triplet: D1, 7D and DB. RGB value is (209,125,219). Sum of RGB (Red+Green+Blue) = 209+125+219=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDB is #2E8224. Grayscale: #A0A0A0. Windows color (decimal): -3047973 or 14384593. OLE color: 14384593.

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

Color convert

RGB209125219-
CMYK0.050.4300.14
HSL293.62º56.63%67.45%-
HSV(B)293.62º42.92%85.88%-
XYZ46.4133.3471.01-
YUV160.83160.83162.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=37.79%
G=22.60%
B=39.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091252190.050.4300.14293.6256.6367.45
HexD17DDB52B0E1263943
Octal32117533355301644671103
Binary11010001111110111011011101101011011101001001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DDB; }

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

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

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

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

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

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

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

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