#D86BF5

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

Shades of Heliotrope #D86BF5

Tints of Heliotrope #D86BF5

Color information

#D86BF5 (or 0xD86BF5) is unknown color: approx Heliotrope. HEX triplet: D8, 6B and F5. RGB value is (216,107,245). Sum of RGB (Red+Green+Blue) = 216+107+245=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #D86BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BF5 is #27940A. Grayscale: #9A9A9A. Windows color (decimal): -2593803 or 16083928. OLE color: 16083928.

HSL color Cylindrical-coordinate representation of color #D86BF5: hue angle of 287.39º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86BF5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216107245-
CMYK0.120.5600.04
HSL287.39º87.34%69.02%-
HSV(B)287.39º56.33%96.08%-
XYZ50.0631.7189.87-
YUV155.32178.61171.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=38.03%
G=18.84%
B=43.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161072450.120.5600.04287.3987.3469.02
HexD86BF5C380411f5745
Octal330153365147004437127105
Binary110110001101011111101011100111000010010001111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BF5; }

 p { color: rgb(216,107,245); }

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

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

 a { background-color: rgb(216,107,245); }

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

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

 span { border-color: rgb(216,107,245); }

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