#D17ADD

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

Shades of Orchid #D17ADD

Tints of Orchid #D17ADD

Color information

#D17ADD (or 0xD17ADD) is unknown color: approx Orchid. HEX triplet: D1, 7A and DD. RGB value is (209,122,221). Sum of RGB (Red+Green+Blue) = 209+122+221=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADD is #2E8522. Grayscale: #9E9E9E. Windows color (decimal): -3048739 or 14514897. OLE color: 14514897.

HSL color Cylindrical-coordinate representation of color #D17ADD: hue angle of 292.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17ADD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209122221-
CMYK0.050.4500.13
HSL292.73º59.28%67.25%-
HSV(B)292.73º44.8%86.67%-
XYZ46.3132.6972.28-
YUV159.3162.82163.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=37.86%
G=22.10%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091222210.050.4500.13292.7359.2867.25
HexD17ADD52D0D1253b43
Octal32117233555501544573103
Binary11010001111101011011101101101101011011001001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17ADD; }

 p { color: rgb(209,122,221); }

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

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

 a { background-color: rgb(209,122,221); }

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

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

 span { border-color: rgb(209,122,221); }

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