#D686FD

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

Shades of Heliotrope #D686FD

Tints of Heliotrope #D686FD

Color information

#D686FD (or 0xD686FD) is unknown color: approx Heliotrope. HEX triplet: D6, 86 and FD. RGB value is (214,134,253). Sum of RGB (Red+Green+Blue) = 214+134+253=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D686FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FD is #297902. Grayscale: #ABABAB. Windows color (decimal): -2717955 or 16615126. OLE color: 16615126.

HSL color Cylindrical-coordinate representation of color #D686FD: hue angle of 280.34º degrees, saturation: 0.97, 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 #D686FD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214134253-
CMYK0.150.4700.01
HSL280.34º96.75%75.88%-
HSV(B)280.34º47.04%99.22%-
XYZ53.9938.4497.5-
YUV171.49174158.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=35.61%
G=22.30%
B=42.10%

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
Decimal2141342530.150.4700.01280.3496.7575.88
HexD686FDF2F01118614c
Octal326206375175701430141114
Binary11010110100001101111110111111011110110001100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686FD; }

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

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

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

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

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

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

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

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