#DC83FA

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

Shades of Heliotrope #DC83FA

Tints of Heliotrope #DC83FA

Color information

#DC83FA (or 0xDC83FA) is unknown color: approx Heliotrope. HEX triplet: DC, 83 and FA. RGB value is (220,131,250). Sum of RGB (Red+Green+Blue) = 220+131+250=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FA is #237C05. Grayscale: #AAAAAA. Windows color (decimal): -2325510 or 16417756. OLE color: 16417756.

HSL color Cylindrical-coordinate representation of color #DC83FA: hue angle of 284.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC83FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220131250-
CMYK0.120.4800.02
HSL284.87º92.25%74.71%-
HSV(B)284.87º47.6%98.04%-
XYZ54.8938.3594.95-
YUV171.18172.49162.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 131 (51.56% from 255) = 21.80%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=36.61%
G=21.80%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201312500.120.4800.02284.8792.2574.71
HexDC83FAC300211d5c4b
Octal334203372146002435134113
Binary110111001000001111111010110011000001010001110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83FA; }

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

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

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

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

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

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

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

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