#DC83FF

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

Shades of Heliotrope #DC83FF

Tints of Heliotrope #DC83FF

Color information

#DC83FF (or 0xDC83FF) is unknown color: approx Heliotrope. HEX triplet: DC, 83 and FF. RGB value is (220,131,255). Sum of RGB (Red+Green+Blue) = 220+131+255=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FF is #237C00. Grayscale: #ABABAB. Windows color (decimal): -2325505 or 16745436. OLE color: 16745436.

HSL color Cylindrical-coordinate representation of color #DC83FF: hue angle of 283.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC83FF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220131255-
CMYK0.140.4900
HSL283.06º100%75.69%-
HSV(B)283.06º48.63%100%-
XYZ55.6838.6799.14-
YUV171.75174.99162.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 131 (51.56% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 42.08%
R=36.30%
G=21.62%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201312550.140.4900283.0610075.69
HexDC83FFE310011b644c
Octal334203377166100433144114
Binary11011100100000111111111111101100010010001101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83FF; }

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

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

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

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

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

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

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

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