#D685EA

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

Shades of Heliotrope #D685EA

Tints of Heliotrope #D685EA

Color information

#D685EA (or 0xD685EA) is unknown color: approx Heliotrope. HEX triplet: D6, 85 and EA. RGB value is (214,133,234). Sum of RGB (Red+Green+Blue) = 214+133+234=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #D685EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685EA is #297A15. Grayscale: #A8A8A8. Windows color (decimal): -2718230 or 15369686. OLE color: 15369686.

HSL color Cylindrical-coordinate representation of color #D685EA: hue angle of 288.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D685EA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214133234-
CMYK0.090.4300.08
HSL288.12º70.63%71.96%-
HSV(B)288.12º43.16%91.76%-
XYZ50.9737.0182.3-
YUV168.73164.84160.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=36.83%
G=22.89%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141332340.090.4300.08288.1270.6371.96
HexD685EA92B081204748
Octal3262053521153010440107110
Binary11010110100001011110101010011010110100010010000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685EA; }

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

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

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

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

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

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

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

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