#D480FA

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

Shades of Heliotrope #D480FA

Tints of Heliotrope #D480FA

Color information

#D480FA (or 0xD480FA) is unknown color: approx Heliotrope. HEX triplet: D4, 80 and FA. RGB value is (212,128,250). Sum of RGB (Red+Green+Blue) = 212+128+250=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D480FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480FA is #2B7F05. Grayscale: #A6A6A6. Windows color (decimal): -2850566 or 16416980. OLE color: 16416980.

HSL color Cylindrical-coordinate representation of color #D480FA: hue angle of 281.31º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D480FA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212128250-
CMYK0.150.4900.02
HSL281.31º92.42%74.12%-
HSV(B)281.31º48.8%98.04%-
XYZ52.1336.3494.71-
YUV167.02174.83160.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 128 (50.39% from 255) = 21.69%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=35.93%
G=21.69%
B=42.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121282500.150.4900.02281.3192.4274.12
HexD480FAF31021195c4a
Octal324200372176102431134112
Binary110101001000000011111010111111000101010001100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480FA; }

 p { color: rgb(212,128,250); }

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

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

 a { background-color: rgb(212,128,250); }

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

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

 span { border-color: rgb(212,128,250); }

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