#D685FE

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

Shades of Heliotrope #D685FE

Tints of Heliotrope #D685FE

Color information

#D685FE (or 0xD685FE) is unknown color: approx Heliotrope. HEX triplet: D6, 85 and FE. RGB value is (214,133,254). Sum of RGB (Red+Green+Blue) = 214+133+254=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D685FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FE is #297A01. Grayscale: #AAAAAA. Windows color (decimal): -2718210 or 16680406. OLE color: 16680406.

HSL color Cylindrical-coordinate representation of color #D685FE: hue angle of 280.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D685FE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214133254-
CMYK0.160.4800.00
HSL280.17º98.37%75.88%-
HSV(B)280.17º47.64%99.61%-
XYZ54.0138.2398.3-
YUV171.01174.84158.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=35.61%
G=22.13%
B=42.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141332540.160.4800.00280.1798.3775.88
HexD685FE103000118624c
Octal326205376206000430142114
Binary110101101000010111111110100001100000010001100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685FE; }

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

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

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

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

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

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

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

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