#D578FD

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

Shades of Heliotrope #D578FD

Tints of Heliotrope #D578FD

Color information

#D578FD (or 0xD578FD) is unknown color: approx Heliotrope. HEX triplet: D5, 78 and FD. RGB value is (213,120,253). Sum of RGB (Red+Green+Blue) = 213+120+253=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #D578FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D578FD is #2A8702. Grayscale: #A2A2A2. Windows color (decimal): -2787075 or 16611541. OLE color: 16611541.

HSL color Cylindrical-coordinate representation of color #D578FD: hue angle of 281.95º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D578FD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213120253-
CMYK0.160.5300.01
HSL281.95º97.08%73.14%-
HSV(B)281.95º52.57%99.22%-
XYZ51.8934.6796.89-
YUV162.97178.81163.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 120 (47.27% from 255) = 20.48%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=36.35%
G=20.48%
B=43.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131202530.160.5300.01281.9597.0873.14
HexD578FD10350111a6149
Octal325170375206501432141111
Binary11010101111100011111101100001101010110001101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578FD; }

 p { color: rgb(213,120,253); }

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

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

 a { background-color: rgb(213,120,253); }

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

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

 span { border-color: rgb(213,120,253); }

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