#D685FA

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

Shades of Heliotrope #D685FA

Tints of Heliotrope #D685FA

Color information

#D685FA (or 0xD685FA) is unknown color: approx Heliotrope. HEX triplet: D6, 85 and FA. RGB value is (214,133,250). Sum of RGB (Red+Green+Blue) = 214+133+250=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D685FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FA is #297A05. Grayscale: #AAAAAA. Windows color (decimal): -2718214 or 16418262. OLE color: 16418262.

HSL color Cylindrical-coordinate representation of color #D685FA: hue angle of 281.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D685FA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214133250-
CMYK0.140.4700.02
HSL281.54º92.13%75.1%-
HSV(B)281.54º46.8%98.04%-
XYZ53.3737.9794.96-
YUV170.56172.84158.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=35.85%
G=22.28%
B=41.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141332500.140.4700.02281.5492.1375.1
HexD685FAE2F0211a5c4b
Octal326205372165702432134113
Binary110101101000010111111010111010111101010001101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685FA; }

 p { color: rgb(214,133,250); }

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

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

 a { background-color: rgb(214,133,250); }

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

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

 span { border-color: rgb(214,133,250); }

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