#DC87FB

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

Shades of Heliotrope #DC87FB

Tints of Heliotrope #DC87FB

Color information

#DC87FB (or 0xDC87FB) is unknown color: approx Heliotrope. HEX triplet: DC, 87 and FB. RGB value is (220,135,251). Sum of RGB (Red+Green+Blue) = 220+135+251=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC87FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87FB is #237804. Grayscale: #ADADAD. Windows color (decimal): -2324485 or 16484316. OLE color: 16484316.

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

Color convert

RGB220135251-
CMYK0.120.4600.02
HSL283.97º93.55%75.69%-
HSV(B)283.97º46.22%98.43%-
XYZ55.5939.5195.96-
YUV173.64171.66161.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 135 (53.12% from 255) = 22.28%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=36.30%
G=22.28%
B=41.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201352510.120.4600.02283.9793.5575.69
HexDC87FBC2E0211c5e4c
Octal334207373145602434136114
Binary110111001000011111111011110010111001010001110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87FB; }

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

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

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

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

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

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

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

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