#D68EF5

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

Shades of Heliotrope #D68EF5

Tints of Heliotrope #D68EF5

Color information

#D68EF5 (or 0xD68EF5) is unknown color: approx Heliotrope. HEX triplet: D6, 8E and F5. RGB value is (214,142,245). Sum of RGB (Red+Green+Blue) = 214+142+245=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #D68EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EF5 is #29710A. Grayscale: #AEAEAE. Windows color (decimal): -2715915 or 16092886. OLE color: 16092886.

HSL color Cylindrical-coordinate representation of color #D68EF5: hue angle of 281.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68EF5 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214142245-
CMYK0.130.4200.04
HSL281.94º83.74%75.88%-
HSV(B)281.94º42.04%96.08%-
XYZ53.8940.2391.31-
YUV175.27167.35155.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 142 (55.86% from 255) = 23.63%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=35.61%
G=23.63%
B=40.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141422450.130.4200.04281.9483.7475.88
HexD68EF5D2A0411a544c
Octal326216365155204432124114
Binary1101011010001110111101011101101010010010001101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EF5; }

 p { color: rgb(214,142,245); }

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

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

 a { background-color: rgb(214,142,245); }

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

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

 span { border-color: rgb(214,142,245); }

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