#DC80FE

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

Shades of Heliotrope #DC80FE

Tints of Heliotrope #DC80FE

Color information

#DC80FE (or 0xDC80FE) is unknown color: approx Heliotrope. HEX triplet: DC, 80 and FE. RGB value is (220,128,254). Sum of RGB (Red+Green+Blue) = 220+128+254=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80FE is #237F01. Grayscale: #A9A9A9. Windows color (decimal): -2326274 or 16679132. OLE color: 16679132.

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

Color convert

RGB220128254-
CMYK0.130.5000.00
HSL283.81º98.44%74.9%-
HSV(B)283.81º49.61%99.61%-
XYZ55.1237.8198.16-
YUV169.87175.48163.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 128 (50.39% from 255) = 21.26%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=36.54%
G=21.26%
B=42.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201282540.130.5000.00283.8198.4474.9
HexDC80FED320011c624b
Octal334200376156200434142113
Binary11011100100000001111111011011100100010001110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80FE; }

 p { color: rgb(220,128,254); }

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

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

 a { background-color: rgb(220,128,254); }

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

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

 span { border-color: rgb(220,128,254); }

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