#D578FF

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

Shades of Heliotrope #D578FF

Tints of Heliotrope #D578FF

Color information

#D578FF (or 0xD578FF) is unknown color: approx Heliotrope. HEX triplet: D5, 78 and FF. RGB value is (213,120,255). Sum of RGB (Red+Green+Blue) = 213+120+255=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #D578FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D578FF is #2A8700. Grayscale: #A2A2A2. Windows color (decimal): -2787073 or 16742613. OLE color: 16742613.

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

Color convert

RGB213120255-
CMYK0.160.5300
HSL281.33º100%73.53%-
HSV(B)281.33º52.94%100%-
XYZ52.2134.898.57-
YUV163.2179.81163.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 120 (47.27% from 255) = 20.41%
BLUE value IS 255 (100% from 255) = 43.37%
R=36.22%
G=20.41%
B=43.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131202550.160.5300281.3310073.53
HexD578FF103500119644a
Octal325170377206500431144112
Binary11010101111100011111111100001101010010001100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578FF; }

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

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

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

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

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

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

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

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