#D768EA

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

Shades of Heliotrope #D768EA

Tints of Heliotrope #D768EA

Color information

#D768EA (or 0xD768EA) is unknown color: approx Heliotrope. HEX triplet: D7, 68 and EA. RGB value is (215,104,234). Sum of RGB (Red+Green+Blue) = 215+104+234=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #D768EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768EA is #289715. Grayscale: #979797. Windows color (decimal): -2660118 or 15362263. OLE color: 15362263.

HSL color Cylindrical-coordinate representation of color #D768EA: hue angle of 291.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D768EA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215104234-
CMYK0.080.5600.08
HSL291.23º75.58%66.27%-
HSV(B)291.23º55.56%91.76%-
XYZ47.8330.2981.17-
YUV152.01174.27172.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 104 (41.02% from 255) = 18.81%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=38.88%
G=18.81%
B=42.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151042340.080.5600.08291.2375.5866.27
HexD768EA838081234c42
Octal3271503521070010443114102
Binary1101011111010001110101010001110000100010010001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768EA; }

 p { color: rgb(215,104,234); }

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

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

 a { background-color: rgb(215,104,234); }

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

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

 span { border-color: rgb(215,104,234); }

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