#C16BFA

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

Shades of Heliotrope #C16BFA

Tints of Heliotrope #C16BFA

Color information

#C16BFA (or 0xC16BFA) is unknown color: approx Heliotrope. HEX triplet: C1, 6B and FA. RGB value is (193,107,250). Sum of RGB (Red+Green+Blue) = 193+107+250=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFA is #3E9405. Grayscale: #949494. Windows color (decimal): -4101126 or 16411585. OLE color: 16411585.

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

Color convert

RGB193107250-
CMYK0.230.5700.02
HSL276.08º93.46%70%-
HSV(B)276.08º57.2%98.04%-
XYZ44.5128.7593.65-
YUV149.02184.99159.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=35.09%
G=19.45%
B=45.45%

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
Decimal1931072500.230.5700.02276.0893.4670
HexC16BFA1739021145d46
Octal301153372277102424135106
Binary110000011101011111110101011111100101010001010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BFA; }

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

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

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

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

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

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

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

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