#D48FFC

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

Shades of Heliotrope #D48FFC

Tints of Heliotrope #D48FFC

Color information

#D48FFC (or 0xD48FFC) is unknown color: approx Heliotrope. HEX triplet: D4, 8F and FC. RGB value is (212,143,252). Sum of RGB (Red+Green+Blue) = 212+143+252=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D48FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFC is #2B7003. Grayscale: #AFAFAF. Windows color (decimal): -2846724 or 16551892. OLE color: 16551892.

HSL color Cylindrical-coordinate representation of color #D48FFC: hue angle of 277.98º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48FFC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212143252-
CMYK0.160.4300.01
HSL277.98º94.78%77.45%-
HSV(B)277.98º43.25%98.82%-
XYZ54.5440.6797.07-
YUV176.06170.86153.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 143 (56.25% from 255) = 23.56%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=34.93%
G=23.56%
B=41.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121432520.160.4300.01277.9894.7877.45
HexD48FFC102B011165f4d
Octal324217374205301426137115
Binary110101001000111111111100100001010110110001011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FFC; }

 p { color: rgb(212,143,252); }

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

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

 a { background-color: rgb(212,143,252); }

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

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

 span { border-color: rgb(212,143,252); }

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