#D68EFF

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

Shades of Heliotrope #D68EFF

Tints of Heliotrope #D68EFF

Color information

#D68EFF (or 0xD68EFF) is unknown color: approx Heliotrope. HEX triplet: D6, 8E and FF. RGB value is (214,142,255). Sum of RGB (Red+Green+Blue) = 214+142+255=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFF is #297100. Grayscale: #B0B0B0. Windows color (decimal): -2715905 or 16748246. OLE color: 16748246.

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

Color convert

RGB214142255-
CMYK0.160.4400
HSL278.23º100%77.84%-
HSV(B)278.23º44.31%100%-
XYZ55.4540.8699.57-
YUV176.41172.35154.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 142 (55.86% from 255) = 23.24%
BLUE value IS 255 (100% from 255) = 41.73%
R=35.02%
G=23.24%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141422550.160.4400278.2310077.84
HexD68EFF102C00116644e
Octal326216377205400426144116
Binary110101101000111011111111100001011000010001011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EFF; }

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

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

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

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

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

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

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

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