#D48BF0

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

Shades of Heliotrope #D48BF0

Tints of Heliotrope #D48BF0

Color information

#D48BF0 (or 0xD48BF0) is unknown color: approx Heliotrope. HEX triplet: D4, 8B and F0. RGB value is (212,139,240). Sum of RGB (Red+Green+Blue) = 212+139+240=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #D48BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BF0 is #2B740F. Grayscale: #ACACAC. Windows color (decimal): -2847760 or 15764436. OLE color: 15764436.

HSL color Cylindrical-coordinate representation of color #D48BF0: hue angle of 283.37º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48BF0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212139240-
CMYK0.120.4200.06
HSL283.37º77.1%74.31%-
HSV(B)283.37º42.08%94.12%-
XYZ52.1138.7587.17-
YUV172.34166.18156.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=35.87%
G=23.52%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121392400.120.4200.06283.3777.174.31
HexD48BF0C2A0611b4d4a
Octal324213360145206433115112
Binary1101010010001011111100001100101010011010001101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BF0; }

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

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

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

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

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

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

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

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