#DC80FF

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

Shades of Heliotrope #DC80FF

Tints of Heliotrope #DC80FF

Color information

#DC80FF (or 0xDC80FF) is unknown color: approx Heliotrope. HEX triplet: DC, 80 and FF. RGB value is (220,128,255). Sum of RGB (Red+Green+Blue) = 220+128+255=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80FF is #237F00. Grayscale: #A9A9A9. Windows color (decimal): -2326273 or 16744668. OLE color: 16744668.

HSL color Cylindrical-coordinate representation of color #DC80FF: hue angle of 283.46º 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 #DC80FF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220128255-
CMYK0.140.5000
HSL283.46º100%75.1%-
HSV(B)283.46º49.8%100%-
XYZ55.2837.8799-
YUV169.99175.98163.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 128 (50.39% from 255) = 21.23%
BLUE value IS 255 (100% from 255) = 42.29%
R=36.48%
G=21.23%
B=42.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201282550.140.5000283.4610075.1
HexDC80FFE320011b644b
Octal334200377166200433144113
Binary11011100100000001111111111101100100010001101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80FF; }

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

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

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

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

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

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

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

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