#DC80FA

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

Shades of Heliotrope #DC80FA

Tints of Heliotrope #DC80FA

Color information

#DC80FA (or 0xDC80FA) is unknown color: approx Heliotrope. HEX triplet: DC, 80 and FA. RGB value is (220,128,250). Sum of RGB (Red+Green+Blue) = 220+128+250=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80FA is #237F05. Grayscale: #A9A9A9. Windows color (decimal): -2326278 or 16416988. OLE color: 16416988.

HSL color Cylindrical-coordinate representation of color #DC80FA: hue angle of 285.25º 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 #DC80FA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220128250-
CMYK0.120.4900.02
HSL285.25º92.42%74.12%-
HSV(B)285.25º48.8%98.04%-
XYZ54.4937.5694.82-
YUV169.42173.48164.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 128 (50.39% from 255) = 21.40%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=36.79%
G=21.40%
B=41.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201282500.120.4900.02285.2592.4274.12
HexDC80FAC310211d5c4a
Octal334200372146102435134112
Binary110111001000000011111010110011000101010001110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80FA; }

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

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

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

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

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

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

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

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