#D17AD1

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

Shades of Orchid #D17AD1

Tints of Orchid #D17AD1

Color information

#D17AD1 (or 0xD17AD1) is unknown color: approx Orchid. HEX triplet: D1, 7A and D1. RGB value is (209,122,209). Sum of RGB (Red+Green+Blue) = 209+122+209=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D17AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AD1 is #2E852E. Grayscale: #9D9D9D. Windows color (decimal): -3048751 or 13728465. OLE color: 13728465.

HSL color Cylindrical-coordinate representation of color #D17AD1: hue angle of 300º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17AD1 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209122209-
CMYK00.4200.18
HSL300º48.6%64.9%-
HSV(B)300º41.63%81.96%-
XYZ44.7632.0864.15-
YUV157.93156.82164.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=38.70%
G=22.59%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912220900.4200.1830048.664.9
HexD17AD102A01212c3141
Octal32117232105202245461101
Binary1101000111110101101000101010100100101001011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AD1; }

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

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

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

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

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

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

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

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