#C16EF0

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

Shades of Heliotrope #C16EF0

Tints of Heliotrope #C16EF0

Color information

#C16EF0 (or 0xC16EF0) is unknown color: approx Heliotrope. HEX triplet: C1, 6E and F0. RGB value is (193,110,240). Sum of RGB (Red+Green+Blue) = 193+110+240=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C16EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EF0 is #3E910F. Grayscale: #959595. Windows color (decimal): -4100368 or 15756993. OLE color: 15756993.

HSL color Cylindrical-coordinate representation of color #C16EF0: hue angle of 278.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16EF0 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193110240-
CMYK0.200.5400.06
HSL278.31º81.25%68.63%-
HSV(B)278.31º54.17%94.12%-
XYZ43.328.7885.71-
YUV149.64179158.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=35.54%
G=20.26%
B=44.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931102400.200.5400.06278.3181.2568.63
HexC16EF01436061165145
Octal301156360246606426121105
Binary1100000111011101111000010100110110011010001011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EF0; }

 p { color: rgb(193,110,240); }

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

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

 a { background-color: rgb(193,110,240); }

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

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

 span { border-color: rgb(193,110,240); }

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