#DC87F8

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

Shades of Heliotrope #DC87F8

Tints of Heliotrope #DC87F8

Color information

#DC87F8 (or 0xDC87F8) is unknown color: approx Heliotrope. HEX triplet: DC, 87 and F8. RGB value is (220,135,248). Sum of RGB (Red+Green+Blue) = 220+135+248=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 135 (53.12% from 255 or 22.39% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC87F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87F8 is #237807. Grayscale: #ACACAC. Windows color (decimal): -2324488 or 16287708. OLE color: 16287708.

HSL color Cylindrical-coordinate representation of color #DC87F8: hue angle of 285.13º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC87F8 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220135248-
CMYK0.110.4600.03
HSL285.13º88.98%75.1%-
HSV(B)285.13º45.56%97.25%-
XYZ55.1239.3293.49-
YUV173.3170.16161.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 135 (53.12% from 255) = 22.39%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=36.48%
G=22.39%
B=41.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201352480.110.4600.03285.1388.9875.1
HexDC87F8B2E0311d594b
Octal334207370135603435131113
Binary110111001000011111111000101110111001110001110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87F8; }

 p { color: rgb(220,135,248); }

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

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

 a { background-color: rgb(220,135,248); }

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

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

 span { border-color: rgb(220,135,248); }

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