#D48BFE

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

Shades of Heliotrope #D48BFE

Tints of Heliotrope #D48BFE

Color information

#D48BFE (or 0xD48BFE) is unknown color: approx Heliotrope. HEX triplet: D4, 8B and FE. RGB value is (212,139,254). Sum of RGB (Red+Green+Blue) = 212+139+254=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFE is #2B7401. Grayscale: #ADADAD. Windows color (decimal): -2847746 or 16681940. OLE color: 16681940.

HSL color Cylindrical-coordinate representation of color #D48BFE: hue angle of 278.09º 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 #D48BFE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212139254-
CMYK0.170.4500.00
HSL278.09º98.29%77.06%-
HSV(B)278.09º45.28%99.61%-
XYZ54.2739.6298.55-
YUV173.94173.18155.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=35.04%
G=22.98%
B=41.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121392540.170.4500.00278.0998.2977.06
HexD48BFE112D00116624d
Octal324213376215500426142115
Binary110101001000101111111110100011011010010001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BFE; }

 p { color: rgb(212,139,254); }

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

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

 a { background-color: rgb(212,139,254); }

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

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

 span { border-color: rgb(212,139,254); }

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