#D168FC

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

Shades of Heliotrope #D168FC

Tints of Heliotrope #D168FC

Color information

#D168FC (or 0xD168FC) is unknown color: approx Heliotrope. HEX triplet: D1, 68 and FC. RGB value is (209,104,252). Sum of RGB (Red+Green+Blue) = 209+104+252=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D168FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168FC is #2E9703. Grayscale: #979797. Windows color (decimal): -3053316 or 16541905. OLE color: 16541905.

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

Color convert

RGB209104252-
CMYK0.170.5900.01
HSL282.57º96.1%69.8%-
HSV(B)282.57º58.73%98.82%-
XYZ48.8230.4895.41-
YUV152.27184.29168.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 104 (41.02% from 255) = 18.41%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=36.99%
G=18.41%
B=44.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091042520.170.5900.01282.5796.169.8
HexD168FC113B0111b6046
Octal321150374217301433140106
Binary11010001110100011111100100011110110110001101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168FC; }

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

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

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

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

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

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

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

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