#D58AFC

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

Shades of Heliotrope #D58AFC

Tints of Heliotrope #D58AFC

Color information

#D58AFC (or 0xD58AFC) is unknown color: approx Heliotrope. HEX triplet: D5, 8A and FC. RGB value is (213,138,252). Sum of RGB (Red+Green+Blue) = 213+138+252=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AFC is #2A7503. Grayscale: #ADADAD. Windows color (decimal): -2782468 or 16550613. OLE color: 16550613.

HSL color Cylindrical-coordinate representation of color #D58AFC: hue angle of 279.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58AFC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213138252-
CMYK0.150.4500.01
HSL279.47º95%76.47%-
HSV(B)279.47º45.24%98.82%-
XYZ54.139.3596.84-
YUV173.42172.35156.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=35.32%
G=22.89%
B=41.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131382520.150.4500.01279.479576.47
HexD58AFCF2D011175f4c
Octal325212374175501427137114
Binary11010101100010101111110011111011010110001011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AFC; }

 p { color: rgb(213,138,252); }

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

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

 a { background-color: rgb(213,138,252); }

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

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

 span { border-color: rgb(213,138,252); }

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