#DC8AFF

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

Shades of Heliotrope #DC8AFF

Tints of Heliotrope #DC8AFF

Color information

#DC8AFF (or 0xDC8AFF) is unknown color: approx Heliotrope. HEX triplet: DC, 8A and FF. RGB value is (220,138,255). Sum of RGB (Red+Green+Blue) = 220+138+255=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AFF is #237500. Grayscale: #AFAFAF. Windows color (decimal): -2323713 or 16747228. OLE color: 16747228.

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

Color convert

RGB220138255-
CMYK0.140.4600
HSL282.05º100%77.06%-
HSV(B)282.05º45.88%100%-
XYZ56.6540.6199.46-
YUV175.86172.67159.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 138 (54.30% from 255) = 22.51%
BLUE value IS 255 (100% from 255) = 41.60%
R=35.89%
G=22.51%
B=41.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201382550.140.4600282.0510077.06
HexDC8AFFE2E0011a644d
Octal334212377165600432144115
Binary11011100100010101111111111101011100010001101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AFF; }

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

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

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

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

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

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

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

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