#D16CFC

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

Shades of Heliotrope #D16CFC

Tints of Heliotrope #D16CFC

Color information

#D16CFC (or 0xD16CFC) is unknown color: approx Heliotrope. HEX triplet: D1, 6C and FC. RGB value is (209,108,252). Sum of RGB (Red+Green+Blue) = 209+108+252=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #D16CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16CFC is #2E9303. Grayscale: #9A9A9A. Windows color (decimal): -3052292 or 16542929. OLE color: 16542929.

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

Color convert

RGB209108252-
CMYK0.170.5700.01
HSL282.08º96%70.59%-
HSV(B)282.08º57.14%98.82%-
XYZ49.2331.3195.54-
YUV154.62182.96166.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 108 (42.58% from 255) = 18.98%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=36.73%
G=18.98%
B=44.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091082520.170.5700.01282.089670.59
HexD16CFC11390111a6047
Octal321154374217101432140107
Binary11010001110110011111100100011110010110001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CFC; }

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

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

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

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

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

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

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

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