#DC83F0

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

Shades of Heliotrope #DC83F0

Tints of Heliotrope #DC83F0

Color information

#DC83F0 (or 0xDC83F0) is unknown color: approx Heliotrope. HEX triplet: DC, 83 and F0. RGB value is (220,131,240). Sum of RGB (Red+Green+Blue) = 220+131+240=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC83F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F0 is #237C0F. Grayscale: #A9A9A9. Windows color (decimal): -2325520 or 15762396. OLE color: 15762396.

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

Color convert

RGB220131240-
CMYK0.080.4500.06
HSL288.99º78.42%72.75%-
HSV(B)288.99º45.42%94.12%-
XYZ53.3637.7486.91-
YUV170.04167.49163.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 131 (51.56% from 255) = 22.17%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=37.23%
G=22.17%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201312400.080.4500.06288.9978.4272.75
HexDC83F082D061214e49
Octal334203360105506441116111
Binary1101110010000011111100001000101101011010010000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83F0; }

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

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

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

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

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

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

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

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