#DC83FB

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

Shades of Heliotrope #DC83FB

Tints of Heliotrope #DC83FB

Color information

#DC83FB (or 0xDC83FB) is unknown color: approx Heliotrope. HEX triplet: DC, 83 and FB. RGB value is (220,131,251). Sum of RGB (Red+Green+Blue) = 220+131+251=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC83FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FB is #237C04. Grayscale: #AAAAAA. Windows color (decimal): -2325509 or 16483292. OLE color: 16483292.

HSL color Cylindrical-coordinate representation of color #DC83FB: hue angle of 284.5º degrees, saturation: 0.94, 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 #DC83FB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220131251-
CMYK0.120.4800.02
HSL284.5º93.75%74.9%-
HSV(B)284.5º47.81%98.43%-
XYZ55.0438.4195.78-
YUV171.29172.99162.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 131 (51.56% from 255) = 21.76%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=36.54%
G=21.76%
B=41.69%

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
Decimal2201312510.120.4800.02284.593.7574.9
HexDC83FBC300211c5e4b
Octal334203373146002434136113
Binary110111001000001111111011110011000001010001110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83FB; }

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

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

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

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

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

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

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

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