#D58EFA

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

Shades of Heliotrope #D58EFA

Tints of Heliotrope #D58EFA

Color information

#D58EFA (or 0xD58EFA) is unknown color: approx Heliotrope. HEX triplet: D5, 8E and FA. RGB value is (213,142,250). Sum of RGB (Red+Green+Blue) = 213+142+250=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D58EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFA is #2A7105. Grayscale: #AFAFAF. Windows color (decimal): -2781446 or 16420565. OLE color: 16420565.

HSL color Cylindrical-coordinate representation of color #D58EFA: hue angle of 279.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58EFA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213142250-
CMYK0.150.4300.02
HSL279.44º91.53%76.86%-
HSV(B)279.44º43.2%98.04%-
XYZ54.3740.3995.37-
YUV175.54170.02154.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=35.21%
G=23.47%
B=41.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131422500.150.4300.02279.4491.5376.86
HexD58EFAF2B021175c4d
Octal325216372175302427134115
Binary110101011000111011111010111110101101010001011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EFA; }

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

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

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

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

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

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

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

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