#D58CFB

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

Shades of Heliotrope #D58CFB

Tints of Heliotrope #D58CFB

Color information

#D58CFB (or 0xD58CFB) is unknown color: approx Heliotrope. HEX triplet: D5, 8C and FB. RGB value is (213,140,251). Sum of RGB (Red+Green+Blue) = 213+140+251=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFB is #2A7304. Grayscale: #AEAEAE. Windows color (decimal): -2781957 or 16485589. OLE color: 16485589.

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

Color convert

RGB213140251-
CMYK0.150.4400.02
HSL279.46º93.28%76.67%-
HSV(B)279.46º44.22%98.43%-
XYZ54.2339.8796.1-
YUV174.48171.18155.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 140 (55.08% from 255) = 23.18%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=35.26%
G=23.18%
B=41.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131402510.150.4400.02279.4693.2876.67
HexD58CFBF2C021175d4d
Octal325214373175402427135115
Binary110101011000110011111011111110110001010001011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CFB; }

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

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

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

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

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

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

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

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