#D17AE0

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

Shades of Orchid #D17AE0

Tints of Orchid #D17AE0

Color information

#D17AE0 (or 0xD17AE0) is unknown color: approx Orchid. HEX triplet: D1, 7A and E0. RGB value is (209,122,224). Sum of RGB (Red+Green+Blue) = 209+122+224=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D17AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE0 is #2E851F. Grayscale: #9F9F9F. Windows color (decimal): -3048736 or 14711505. OLE color: 14711505.

HSL color Cylindrical-coordinate representation of color #D17AE0: hue angle of 291.18º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17AE0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209122224-
CMYK0.070.4600.12
HSL291.18º62.2%67.84%-
HSV(B)291.18º45.54%87.84%-
XYZ46.7132.8674.4-
YUV159.64164.32163.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=37.66%
G=21.98%
B=40.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091222240.070.4600.12291.1862.267.84
HexD17AE072E0C1233e44
Octal32117234075601444376104
Binary11010001111101011100000111101110011001001000111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AE0; }

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

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

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

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

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

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

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

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