#DC82F7

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

Shades of Heliotrope #DC82F7

Tints of Heliotrope #DC82F7

Color information

#DC82F7 (or 0xDC82F7) is unknown color: approx Heliotrope. HEX triplet: DC, 82 and F7. RGB value is (220,130,247). Sum of RGB (Red+Green+Blue) = 220+130+247=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC82F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F7 is #237D08. Grayscale: #A9A9A9. Windows color (decimal): -2325769 or 16220892. OLE color: 16220892.

HSL color Cylindrical-coordinate representation of color #DC82F7: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC82F7 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220130247-
CMYK0.110.4700.03
HSL286.15º87.97%73.92%-
HSV(B)286.15º47.37%96.86%-
XYZ54.2937.992.45-
YUV170.25171.32163.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 130 (51.17% from 255) = 21.78%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=36.85%
G=21.78%
B=41.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201302470.110.4700.03286.1587.9773.92
HexDC82F7B2F0311e584a
Octal334202367135703436130112
Binary110111001000001011110111101110111101110001111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82F7; }

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

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

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

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

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

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

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

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