#D480FF

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

Shades of Heliotrope #D480FF

Tints of Heliotrope #D480FF

Color information

#D480FF (or 0xD480FF) is unknown color: approx Heliotrope. HEX triplet: D4, 80 and FF. RGB value is (212,128,255). Sum of RGB (Red+Green+Blue) = 212+128+255=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D480FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480FF is #2B7F00. Grayscale: #A7A7A7. Windows color (decimal): -2850561 or 16744660. OLE color: 16744660.

HSL color Cylindrical-coordinate representation of color #D480FF: hue angle of 279.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D480FF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212128255-
CMYK0.170.5000
HSL279.69º100%75.1%-
HSV(B)279.69º49.8%100%-
XYZ52.9236.6698.89-
YUV167.59177.33159.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 255 (100% from 255) = 42.86%
R=35.63%
G=21.51%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121282550.170.5000279.6910075.1
HexD480FF113200118644b
Octal324200377216200430144113
Binary110101001000000011111111100011100100010001100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480FF; }

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

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

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

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

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

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

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

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