#DC87FA

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

Shades of Heliotrope #DC87FA

Tints of Heliotrope #DC87FA

Color information

#DC87FA (or 0xDC87FA) is unknown color: approx Heliotrope. HEX triplet: DC, 87 and FA. RGB value is (220,135,250). Sum of RGB (Red+Green+Blue) = 220+135+250=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87FA is #237805. Grayscale: #ADADAD. Windows color (decimal): -2324486 or 16418780. OLE color: 16418780.

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

Color convert

RGB220135250-
CMYK0.120.4600.02
HSL284.35º92%75.49%-
HSV(B)284.35º46%98.04%-
XYZ55.4339.4595.13-
YUV173.52171.16161.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 22.31%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=36.36%
G=22.31%
B=41.32%

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
Decimal2201352500.120.4600.02284.359275.49
HexDC87FAC2E0211c5c4b
Octal334207372145602434134113
Binary110111001000011111111010110010111001010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87FA; }

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

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

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

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

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

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

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

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