#DC6AFB

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

Shades of Heliotrope #DC6AFB

Tints of Heliotrope #DC6AFB

Color information

#DC6AFB (or 0xDC6AFB) is unknown color: approx Heliotrope. HEX triplet: DC, 6A and FB. RGB value is (220,106,251). Sum of RGB (Red+Green+Blue) = 220+106+251=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AFB is #239504. Grayscale: #9C9C9C. Windows color (decimal): -2331909 or 16476892. OLE color: 16476892.

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

Color convert

RGB220106251-
CMYK0.120.5800.02
HSL287.17º94.77%70%-
HSV(B)287.17º57.77%98.43%-
XYZ52.0832.4994.79-
YUV156.62181.27173.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 106 (41.80% from 255) = 18.37%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=38.13%
G=18.37%
B=43.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201062510.120.5800.02287.1794.7770
HexDC6AFBC3A0211f5f46
Octal334152373147202437137106
Binary11011100110101011111011110011101001010001111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6AFB; }

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

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

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

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

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

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

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

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