#D668EF

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

Shades of Heliotrope #D668EF

Tints of Heliotrope #D668EF

Color information

#D668EF (or 0xD668EF) is unknown color: approx Heliotrope. HEX triplet: D6, 68 and EF. RGB value is (214,104,239). Sum of RGB (Red+Green+Blue) = 214+104+239=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #D668EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668EF is #299710. Grayscale: #979797. Windows color (decimal): -2725649 or 15689942. OLE color: 15689942.

HSL color Cylindrical-coordinate representation of color #D668EF: hue angle of 288.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D668EF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214104239-
CMYK0.100.5600.06
HSL288.89º80.84%67.25%-
HSV(B)288.89º56.49%93.73%-
XYZ48.2630.4384.99-
YUV152.28176.94172.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 104 (41.02% from 255) = 18.67%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=38.42%
G=18.67%
B=42.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141042390.100.5600.06288.8980.8467.25
HexD668EFA38061215143
Octal326150357127006441121103
Binary110101101101000111011111010111000011010010000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D668EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D668EF; }

 p { color: rgb(214,104,239); }

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

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

 a { background-color: rgb(214,104,239); }

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

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

 span { border-color: rgb(214,104,239); }

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