#C16EF4

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

Shades of Heliotrope #C16EF4

Tints of Heliotrope #C16EF4

Color information

#C16EF4 (or 0xC16EF4) is unknown color: approx Heliotrope. HEX triplet: C1, 6E and F4. RGB value is (193,110,244). Sum of RGB (Red+Green+Blue) = 193+110+244=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #C16EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EF4 is #3E910B. Grayscale: #959595. Windows color (decimal): -4100364 or 16019137. OLE color: 16019137.

HSL color Cylindrical-coordinate representation of color #C16EF4: hue angle of 277.16º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16EF4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193110244-
CMYK0.210.5500.04
HSL277.16º85.9%69.41%-
HSV(B)277.16º54.92%95.69%-
XYZ43.929.0288.88-
YUV150.09181158.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 110 (43.36% from 255) = 20.11%
BLUE value IS 244 (95.70% from 255) = 44.61%
R=35.28%
G=20.11%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931102440.210.5500.04277.1685.969.41
HexC16EF41537041155645
Octal301156364256704425126105
Binary1100000111011101111010010101110111010010001010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EF4; }

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

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

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

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

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

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

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

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