#D57EFB

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

Shades of Heliotrope #D57EFB

Tints of Heliotrope #D57EFB

Color information

#D57EFB (or 0xD57EFB) is unknown color: approx Heliotrope. HEX triplet: D5, 7E and FB. RGB value is (213,126,251). Sum of RGB (Red+Green+Blue) = 213+126+251=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D57EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EFB is #2A8104. Grayscale: #A5A5A5. Windows color (decimal): -2785541 or 16482005. OLE color: 16482005.

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

Color convert

RGB213126251-
CMYK0.150.5000.02
HSL281.76º93.98%73.92%-
HSV(B)281.76º49.8%98.43%-
XYZ52.3136.0395.46-
YUV166.26175.82161.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 126 (49.61% from 255) = 21.36%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=36.10%
G=21.36%
B=42.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131262510.150.5000.02281.7693.9873.92
HexD57EFBF320211a5e4a
Octal325176373176202432136112
Binary11010101111111011111011111111001001010001101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EFB; }

 p { color: rgb(213,126,251); }

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

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

 a { background-color: rgb(213,126,251); }

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

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

 span { border-color: rgb(213,126,251); }

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