#D17AE1

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

Shades of Orchid #D17AE1

Tints of Orchid #D17AE1

Color information

#D17AE1 (or 0xD17AE1) is unknown color: approx Orchid. HEX triplet: D1, 7A and E1. RGB value is (209,122,225). Sum of RGB (Red+Green+Blue) = 209+122+225=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #D17AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE1 is #2E851E. Grayscale: #9F9F9F. Windows color (decimal): -3048735 or 14777041. OLE color: 14777041.

HSL color Cylindrical-coordinate representation of color #D17AE1: hue angle of 290.68º degrees, saturation: 0.63, 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 #D17AE1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209122225-
CMYK0.070.4600.12
HSL290.68º63.19%68.04%-
HSV(B)290.68º45.78%88.24%-
XYZ46.8432.9175.12-
YUV159.76164.82163.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 122 (48.05% from 255) = 21.94%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=37.59%
G=21.94%
B=40.47%

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
Decimal2091222250.070.4600.12290.6863.1968.04
HexD17AE172E0C1233f44
Octal32117234175601444377104
Binary11010001111101011100001111101110011001001000111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AE1; }

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

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

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

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

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

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

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

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