#D475EE

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

Shades of Heliotrope #D475EE

Tints of Heliotrope #D475EE

Color information

#D475EE (or 0xD475EE) is unknown color: approx Heliotrope. HEX triplet: D4, 75 and EE. RGB value is (212,117,238). Sum of RGB (Red+Green+Blue) = 212+117+238=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #D475EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475EE is #2B8A11. Grayscale: #9E9E9E. Windows color (decimal): -2853394 or 15627732. OLE color: 15627732.

HSL color Cylindrical-coordinate representation of color #D475EE: hue angle of 287.11º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D475EE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212117238-
CMYK0.110.5100.07
HSL287.11º78.06%69.61%-
HSV(B)287.11º50.84%93.33%-
XYZ48.9532.8984.66-
YUV159.2172.47165.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=37.39%
G=20.63%
B=41.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121172380.110.5100.07287.1178.0669.61
HexD475EEB330711f4e46
Octal324165356136307437116106
Binary110101001110101111011101011110011011110001111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475EE; }

 p { color: rgb(212,117,238); }

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

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

 a { background-color: rgb(212,117,238); }

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

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

 span { border-color: rgb(212,117,238); }

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