#D57EFA

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

Shades of Heliotrope #D57EFA

Tints of Heliotrope #D57EFA

Color information

#D57EFA (or 0xD57EFA) is unknown color: approx Heliotrope. HEX triplet: D5, 7E and FA. RGB value is (213,126,250). Sum of RGB (Red+Green+Blue) = 213+126+250=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #D57EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EFA is #2A8105. Grayscale: #A5A5A5. Windows color (decimal): -2785542 or 16416469. OLE color: 16416469.

HSL color Cylindrical-coordinate representation of color #D57EFA: hue angle of 282.1º degrees, saturation: 0.93, 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 #D57EFA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213126250-
CMYK0.150.5000.02
HSL282.1º92.54%73.73%-
HSV(B)282.1º49.6%98.04%-
XYZ52.1635.9794.64-
YUV166.15175.32161.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 126 (49.61% from 255) = 21.39%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=36.16%
G=21.39%
B=42.44%

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
Decimal2131262500.150.5000.02282.192.5473.73
HexD57EFAF320211a5d4a
Octal325176372176202432135112
Binary11010101111111011111010111111001001010001101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EFA; }

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

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

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

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

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

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

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

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