#D480FD

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

Shades of Heliotrope #D480FD

Tints of Heliotrope #D480FD

Color information

#D480FD (or 0xD480FD) is unknown color: approx Heliotrope. HEX triplet: D4, 80 and FD. RGB value is (212,128,253). Sum of RGB (Red+Green+Blue) = 212+128+253=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D480FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480FD is #2B7F02. Grayscale: #A6A6A6. Windows color (decimal): -2850563 or 16613588. OLE color: 16613588.

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

Color convert

RGB212128253-
CMYK0.160.4900.01
HSL280.32º96.9%74.71%-
HSV(B)280.32º49.41%99.22%-
XYZ52.636.5397.21-
YUV167.37176.33159.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=35.75%
G=21.59%
B=42.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121282530.160.4900.01280.3296.974.71
HexD480FD103101118614b
Octal324200375206101430141113
Binary110101001000000011111101100001100010110001100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480FD; }

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

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

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

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

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

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

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

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