#D58CFE

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

Shades of Heliotrope #D58CFE

Tints of Heliotrope #D58CFE

Color information

#D58CFE (or 0xD58CFE) is unknown color: approx Heliotrope. HEX triplet: D5, 8C and FE. RGB value is (213,140,254). Sum of RGB (Red+Green+Blue) = 213+140+254=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFE is #2A7301. Grayscale: #AEAEAE. Windows color (decimal): -2781954 or 16682197. OLE color: 16682197.

HSL color Cylindrical-coordinate representation of color #D58CFE: hue angle of 278.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58CFE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213140254-
CMYK0.160.4500.00
HSL278.42º98.28%77.25%-
HSV(B)278.42º44.88%99.61%-
XYZ54.7140.0698.61-
YUV174.82172.68155.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=35.09%
G=23.06%
B=41.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131402540.160.4500.00278.4298.2877.25
HexD58CFE102D00116624d
Octal325214376205500426142115
Binary110101011000110011111110100001011010010001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CFE; }

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

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

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

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

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

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

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

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