#D087F0

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

Shades of Heliotrope #D087F0

Tints of Heliotrope #D087F0

Color information

#D087F0 (or 0xD087F0) is unknown color: approx Heliotrope. HEX triplet: D0, 87 and F0. RGB value is (208,135,240). Sum of RGB (Red+Green+Blue) = 208+135+240=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #D087F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087F0 is #2F780F. Grayscale: #A8A8A8. Windows color (decimal): -3110928 or 15763408. OLE color: 15763408.

HSL color Cylindrical-coordinate representation of color #D087F0: hue angle of 281.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D087F0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208135240-
CMYK0.130.4400.06
HSL281.71º77.78%73.53%-
HSV(B)281.71º43.75%94.12%-
XYZ50.437.0386.93-
YUV168.8168.18155.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 135 (53.12% from 255) = 23.16%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=35.68%
G=23.16%
B=41.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081352400.130.4400.06281.7177.7873.53
HexD087F0D2C0611a4e4a
Octal320207360155406432116112
Binary1101000010000111111100001101101100011010001101010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087F0; }

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

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

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

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

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

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

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

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