#D087FC

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

Shades of Heliotrope #D087FC

Tints of Heliotrope #D087FC

Color information

#D087FC (or 0xD087FC) is unknown color: approx Heliotrope. HEX triplet: D0, 87 and FC. RGB value is (208,135,252). Sum of RGB (Red+Green+Blue) = 208+135+252=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D087FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087FC is #2F7803. Grayscale: #A9A9A9. Windows color (decimal): -3110916 or 16549840. OLE color: 16549840.

HSL color Cylindrical-coordinate representation of color #D087FC: hue angle of 277.44º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D087FC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208135252-
CMYK0.170.4600.01
HSL277.44º95.12%75.88%-
HSV(B)277.44º46.43%98.82%-
XYZ52.2537.7796.63-
YUV170.16174.18154.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=34.96%
G=22.69%
B=42.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081352520.170.4600.01277.4495.1275.88
HexD087FC112E011155f4c
Octal320207374215601425137114
Binary110100001000011111111100100011011100110001010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087FC; }

 p { color: rgb(208,135,252); }

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

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

 a { background-color: rgb(208,135,252); }

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

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

 span { border-color: rgb(208,135,252); }

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