#D685FF

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

Shades of Heliotrope #D685FF

Tints of Heliotrope #D685FF

Color information

#D685FF (or 0xD685FF) is unknown color: approx Heliotrope. HEX triplet: D6, 85 and FF. RGB value is (214,133,255). Sum of RGB (Red+Green+Blue) = 214+133+255=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D685FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FF is #297A00. Grayscale: #AAAAAA. Windows color (decimal): -2718209 or 16745942. OLE color: 16745942.

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

Color convert

RGB214133255-
CMYK0.160.4800
HSL279.84º100%76.08%-
HSV(B)279.84º47.84%100%-
XYZ54.1738.2999.14-
YUV171.13175.34158.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 255 (100% from 255) = 42.36%
R=35.55%
G=22.09%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141332550.160.4800279.8410076.08
HexD685FF103000118644c
Octal326205377206000430144114
Binary110101101000010111111111100001100000010001100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685FF; }

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

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

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

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

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

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

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

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