#D163EC

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

Shades of Heliotrope #D163EC

Tints of Heliotrope #D163EC

Color information

#D163EC (or 0xD163EC) is unknown color: approx Heliotrope. HEX triplet: D1, 63 and EC. RGB value is (209,99,236). Sum of RGB (Red+Green+Blue) = 209+99+236=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #D163EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D163EC is #2E9C13. Grayscale: #939393. Windows color (decimal): -3054612 or 15492049. OLE color: 15492049.

HSL color Cylindrical-coordinate representation of color #D163EC: hue angle of 288.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D163EC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20999236-
CMYK0.110.5800.07
HSL288.18º78.29%65.69%-
HSV(B)288.18º58.05%92.55%-
XYZ45.928.5482.45-
YUV147.51177.94171.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 99 (39.06% from 255) = 18.20%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=38.42%
G=18.20%
B=43.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209992360.110.5800.07288.1878.2965.69
HexD163ECB3A071204e42
Octal321143354137207440116102
Binary110100011100011111011001011111010011110010000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163EC; }

 p { color: rgb(209,99,236); }

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

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

 a { background-color: rgb(209,99,236); }

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

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

 span { border-color: rgb(209,99,236); }

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