#D174EA

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

Shades of Heliotrope #D174EA

Tints of Heliotrope #D174EA

Color information

#D174EA (or 0xD174EA) is unknown color: approx Heliotrope. HEX triplet: D1, 74 and EA. RGB value is (209,116,234). Sum of RGB (Red+Green+Blue) = 209+116+234=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #D174EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174EA is #2E8B15. Grayscale: #9C9C9C. Windows color (decimal): -3050262 or 15365329. OLE color: 15365329.

HSL color Cylindrical-coordinate representation of color #D174EA: hue angle of 287.29º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D174EA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209116234-
CMYK0.110.5000.08
HSL287.29º73.75%68.63%-
HSV(B)287.29º50.43%91.76%-
XYZ47.3931.9981.52-
YUV157.26171.31164.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=37.39%
G=20.75%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091162340.110.5000.08287.2973.7568.63
HexD174EAB320811f4a45
Octal3211643521362010437112105
Binary1101000111101001110101010111100100100010001111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174EA; }

 p { color: rgb(209,116,234); }

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

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

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

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

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

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

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