#DC80F0

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

Shades of Heliotrope #DC80F0

Tints of Heliotrope #DC80F0

Color information

#DC80F0 (or 0xDC80F0) is unknown color: approx Heliotrope. HEX triplet: DC, 80 and F0. RGB value is (220,128,240). Sum of RGB (Red+Green+Blue) = 220+128+240=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80F0 is #237F0F. Grayscale: #A7A7A7. Windows color (decimal): -2326288 or 15761628. OLE color: 15761628.

HSL color Cylindrical-coordinate representation of color #DC80F0: hue angle of 289.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC80F0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220128240-
CMYK0.080.4700.06
HSL289.29º78.87%72.16%-
HSV(B)289.29º46.67%94.12%-
XYZ52.9636.9586.78-
YUV168.28168.48164.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 128 (50.39% from 255) = 21.77%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=37.41%
G=21.77%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201282400.080.4700.06289.2978.8772.16
HexDC80F082F061214f48
Octal334200360105706441117110
Binary1101110010000000111100001000101111011010010000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80F0; }

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

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

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

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

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

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

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

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