#D686FC

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

Shades of Heliotrope #D686FC

Tints of Heliotrope #D686FC

Color information

#D686FC (or 0xD686FC) is unknown color: approx Heliotrope. HEX triplet: D6, 86 and FC. RGB value is (214,134,252). Sum of RGB (Red+Green+Blue) = 214+134+252=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D686FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FC is #297903. Grayscale: #AAAAAA. Windows color (decimal): -2717956 or 16549590. OLE color: 16549590.

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

Color convert

RGB214134252-
CMYK0.150.4700.01
HSL280.68º95.16%75.69%-
HSV(B)280.68º46.83%98.82%-
XYZ53.8338.3796.67-
YUV171.37173.5158.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 134 (52.73% from 255) = 22.33%
BLUE value IS 252 (98.83% from 255) = 42%
R=35.67%
G=22.33%
B=42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141342520.150.4700.01280.6895.1675.69
HexD686FCF2F011195f4c
Octal326206374175701431137114
Binary11010110100001101111110011111011110110001100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686FC; }

 p { color: rgb(214,134,252); }

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

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

 a { background-color: rgb(214,134,252); }

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

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

 span { border-color: rgb(214,134,252); }

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