#D16CFA

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

Shades of Heliotrope #D16CFA

Tints of Heliotrope #D16CFA

Color information

#D16CFA (or 0xD16CFA) is unknown color: approx Heliotrope. HEX triplet: D1, 6C and FA. RGB value is (209,108,250). Sum of RGB (Red+Green+Blue) = 209+108+250=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16CFA is #2E9305. Grayscale: #999999. Windows color (decimal): -3052294 or 16411857. OLE color: 16411857.

HSL color Cylindrical-coordinate representation of color #D16CFA: hue angle of 282.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16CFA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209108250-
CMYK0.160.5700.02
HSL282.68º93.42%70.2%-
HSV(B)282.68º56.8%98.04%-
XYZ48.9131.1893.88-
YUV154.39181.96166.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 108 (42.58% from 255) = 19.05%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=36.86%
G=19.05%
B=44.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091082500.160.5700.02282.6893.4270.2
HexD16CFA10390211b5d46
Octal321154372207102433135106
Binary110100011101100111110101000011100101010001101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CFA; }

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

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

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

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

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

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

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

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