#C16CFA

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

Shades of Heliotrope #C16CFA

Tints of Heliotrope #C16CFA

Color information

#C16CFA (or 0xC16CFA) is unknown color: approx Heliotrope. HEX triplet: C1, 6C and FA. RGB value is (193,108,250). Sum of RGB (Red+Green+Blue) = 193+108+250=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CFA is #3E9305. Grayscale: #959595. Windows color (decimal): -4100870 or 16411841. OLE color: 16411841.

HSL color Cylindrical-coordinate representation of color #C16CFA: hue angle of 275.92º 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 #C16CFA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193108250-
CMYK0.230.5700.02
HSL275.92º93.42%70.2%-
HSV(B)275.92º56.8%98.04%-
XYZ44.6128.9693.68-
YUV149.6184.66158.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 108 (42.58% from 255) = 19.60%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=35.03%
G=19.60%
B=45.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931082500.230.5700.02275.9293.4270.2
HexC16CFA1739021145d46
Octal301154372277102424135106
Binary110000011101100111110101011111100101010001010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CFA; }

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

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

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

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

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

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

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

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