#D57CF9

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

Shades of Heliotrope #D57CF9

Tints of Heliotrope #D57CF9

Color information

#D57CF9 (or 0xD57CF9) is unknown color: approx Heliotrope. HEX triplet: D5, 7C and F9. RGB value is (213,124,249). Sum of RGB (Red+Green+Blue) = 213+124+249=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #D57CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CF9 is #2A8306. Grayscale: #A4A4A4. Windows color (decimal): -2786055 or 16350421. OLE color: 16350421.

HSL color Cylindrical-coordinate representation of color #D57CF9: hue angle of 282.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57CF9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213124249-
CMYK0.140.5000.02
HSL282.72º91.24%73.14%-
HSV(B)282.72º50.2%97.65%-
XYZ51.7535.493.73-
YUV164.86175.49162.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=36.35%
G=21.16%
B=42.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131242490.140.5000.02282.7291.2473.14
HexD57CF9E320211b5b49
Octal325174371166202433133111
Binary11010101111110011111001111011001001010001101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CF9; }

 p { color: rgb(213,124,249); }

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

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

 a { background-color: rgb(213,124,249); }

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

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

 span { border-color: rgb(213,124,249); }

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