#D17AE4

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

Shades of Orchid #D17AE4

Tints of Orchid #D17AE4

Color information

#D17AE4 (or 0xD17AE4) is unknown color: approx Orchid. HEX triplet: D1, 7A and E4. RGB value is (209,122,228). Sum of RGB (Red+Green+Blue) = 209+122+228=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #D17AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE4 is #2E851B. Grayscale: #9F9F9F. Windows color (decimal): -3048732 or 14973649. OLE color: 14973649.

HSL color Cylindrical-coordinate representation of color #D17AE4: hue angle of 289.25º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17AE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209122228-
CMYK0.080.4600.11
HSL289.25º66.25%68.63%-
HSV(B)289.25º46.49%89.41%-
XYZ47.2633.0877.29-
YUV160.1166.32162.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=37.39%
G=21.82%
B=40.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091222280.080.4600.11289.2566.2568.63
HexD17AE482E0B1214245
Octal3211723441056013441102105
Binary1101000111110101110010010001011100101110010000110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AE4; }

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

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

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

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

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

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

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

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