#D168FE

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

Shades of Heliotrope #D168FE

Tints of Heliotrope #D168FE

Color information

#D168FE (or 0xD168FE) is unknown color: approx Heliotrope. HEX triplet: D1, 68 and FE. RGB value is (209,104,254). Sum of RGB (Red+Green+Blue) = 209+104+254=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D168FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168FE is #2E9701. Grayscale: #989898. Windows color (decimal): -3053314 or 16672977. OLE color: 16672977.

HSL color Cylindrical-coordinate representation of color #D168FE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D168FE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209104254-
CMYK0.180.5900.00
HSL282º98.68%70.2%-
HSV(B)282º59.06%99.61%-
XYZ49.1330.6197.08-
YUV152.49185.29168.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 104 (41.02% from 255) = 18.34%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=36.86%
G=18.34%
B=44.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091042540.180.5900.0028298.6870.2
HexD168FE123B0011a6346
Octal321150376227300432143106
Binary11010001110100011111110100101110110010001101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168FE; }

 p { color: rgb(209,104,254); }

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

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

 a { background-color: rgb(209,104,254); }

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

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

 span { border-color: rgb(209,104,254); }

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