#C16DFD

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

Shades of Heliotrope #C16DFD

Tints of Heliotrope #C16DFD

Color information

#C16DFD (or 0xC16DFD) is unknown color: approx Heliotrope. HEX triplet: C1, 6D and FD. RGB value is (193,109,253). Sum of RGB (Red+Green+Blue) = 193+109+253=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DFD is #3E9202. Grayscale: #969696. Windows color (decimal): -4100611 or 16608705. OLE color: 16608705.

HSL color Cylindrical-coordinate representation of color #C16DFD: hue angle of 275º degrees, saturation: 0.97, 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 #C16DFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193109253-
CMYK0.240.5700.01
HSL275º97.3%70.98%-
HSV(B)275º56.92%99.22%-
XYZ45.1929.3796.22-
YUV150.53185.83158.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=34.77%
G=19.64%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931092530.240.5700.0127597.370.98
HexC16DFD1839011136147
Octal301155375307101423141107
Binary11000001110110111111101110001110010110001001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DFD; }

 p { color: rgb(193,109,253); }

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

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

 a { background-color: rgb(193,109,253); }

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

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

 span { border-color: rgb(193,109,253); }

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