#D48CF1

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

Shades of Heliotrope #D48CF1

Tints of Heliotrope #D48CF1

Color information

#D48CF1 (or 0xD48CF1) is unknown color: approx Heliotrope. HEX triplet: D4, 8C and F1. RGB value is (212,140,241). Sum of RGB (Red+Green+Blue) = 212+140+241=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D48CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CF1 is #2B730E. Grayscale: #ACACAC. Windows color (decimal): -2847503 or 15830228. OLE color: 15830228.

HSL color Cylindrical-coordinate representation of color #D48CF1: hue angle of 282.77º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48CF1 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212140241-
CMYK0.120.4200.05
HSL282.77º78.29%74.71%-
HSV(B)282.77º41.91%94.51%-
XYZ52.4139.188-
YUV173.04166.35155.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=35.75%
G=23.61%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121402410.120.4200.05282.7778.2974.71
HexD48CF1C2A0511b4e4b
Octal324214361145205433116113
Binary1101010010001100111100011100101010010110001101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CF1; }

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

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

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

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

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

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

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

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