#DC82F0

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

Shades of Heliotrope #DC82F0

Tints of Heliotrope #DC82F0

Color information

#DC82F0 (or 0xDC82F0) is unknown color: approx Heliotrope. HEX triplet: DC, 82 and F0. RGB value is (220,130,240). Sum of RGB (Red+Green+Blue) = 220+130+240=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F0 is #237D0F. Grayscale: #A9A9A9. Windows color (decimal): -2325776 or 15762140. OLE color: 15762140.

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

Color convert

RGB220130240-
CMYK0.080.4600.06
HSL289.09º78.57%72.55%-
HSV(B)289.09º45.83%94.12%-
XYZ53.2337.4786.87-
YUV169.45167.82164.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=37.29%
G=22.03%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201302400.080.4600.06289.0978.5772.55
HexDC82F082E061214f49
Octal334202360105606441117111
Binary1101110010000010111100001000101110011010010000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82F0; }

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

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

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

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

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

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

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

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