#D685FD

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

Shades of Heliotrope #D685FD

Tints of Heliotrope #D685FD

Color information

#D685FD (or 0xD685FD) is unknown color: approx Heliotrope. HEX triplet: D6, 85 and FD. RGB value is (214,133,253). Sum of RGB (Red+Green+Blue) = 214+133+253=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #D685FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FD is #297A02. Grayscale: #AAAAAA. Windows color (decimal): -2718211 or 16614870. OLE color: 16614870.

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

Color convert

RGB214133253-
CMYK0.150.4700.01
HSL280.5º96.77%75.69%-
HSV(B)280.5º47.43%99.22%-
XYZ53.8538.1697.46-
YUV170.9174.34158.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 133 (52.34% from 255) = 22.17%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=35.67%
G=22.17%
B=42.17%

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
Decimal2141332530.150.4700.01280.596.7775.69
HexD685FDF2F01118614c
Octal326205375175701430141114
Binary11010110100001011111110111111011110110001100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685FD; }

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

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

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

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

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

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

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

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