#DC6CFF

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

Shades of Heliotrope #DC6CFF

Tints of Heliotrope #DC6CFF

Color information

#DC6CFF (or 0xDC6CFF) is unknown color: approx Heliotrope. HEX triplet: DC, 6C and FF. RGB value is (220,108,255). Sum of RGB (Red+Green+Blue) = 220+108+255=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFF is #239300. Grayscale: #9D9D9D. Windows color (decimal): -2331393 or 16739548. OLE color: 16739548.

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

Color convert

RGB220108255-
CMYK0.140.5800
HSL285.71º100%71.18%-
HSV(B)285.71º57.65%100%-
XYZ52.9333.1698.22-
YUV158.25182.61172.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 108 (42.58% from 255) = 18.52%
BLUE value IS 255 (100% from 255) = 43.74%
R=37.74%
G=18.52%
B=43.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201082550.140.5800285.7110071.18
HexDC6CFFE3A0011e6447
Octal334154377167200436144107
Binary1101110011011001111111111101110100010001111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CFF; }

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

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

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

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

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

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

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

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