#DC82F3

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

Shades of Heliotrope #DC82F3

Tints of Heliotrope #DC82F3

Color information

#DC82F3 (or 0xDC82F3) is unknown color: approx Heliotrope. HEX triplet: DC, 82 and F3. RGB value is (220,130,243). Sum of RGB (Red+Green+Blue) = 220+130+243=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F3 is #237D0C. Grayscale: #A9A9A9. Windows color (decimal): -2325773 or 15958748. OLE color: 15958748.

HSL color Cylindrical-coordinate representation of color #DC82F3: hue angle of 287.79º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC82F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220130243-
CMYK0.090.4700.05
HSL287.79º82.48%73.14%-
HSV(B)287.79º46.5%95.29%-
XYZ53.6837.6589.23-
YUV169.79169.32163.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=37.10%
G=21.92%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201302430.090.4700.05287.7982.4873.14
HexDC82F392F051205249
Octal334202363115705440122111
Binary1101110010000010111100111001101111010110010000010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82F3; }

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

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

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

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

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

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

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

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