#D48CFE

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

Shades of Heliotrope #D48CFE

Tints of Heliotrope #D48CFE

Color information

#D48CFE (or 0xD48CFE) is unknown color: approx Heliotrope. HEX triplet: D4, 8C and FE. RGB value is (212,140,254). Sum of RGB (Red+Green+Blue) = 212+140+254=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CFE is #2B7301. Grayscale: #AEAEAE. Windows color (decimal): -2847490 or 16682196. OLE color: 16682196.

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

Color convert

RGB212140254-
CMYK0.170.4500.00
HSL277.89º98.28%77.25%-
HSV(B)277.89º44.88%99.61%-
XYZ54.4239.9198.6-
YUV174.52172.85154.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 140 (55.08% from 255) = 23.10%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=34.98%
G=23.10%
B=41.91%

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
Decimal2121402540.170.4500.00277.8998.2877.25
HexD48CFE112D00116624d
Octal324214376215500426142115
Binary110101001000110011111110100011011010010001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CFE; }

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

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

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

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

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

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

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

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