#c16bef

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

Shades of Heliotrope #C16BEF

Tints of Heliotrope #C16BEF

Color information

#C16BEF (or 0xC16BEF) is unknown color: approx Heliotrope. HEX triplet: C1, 6B and EF. RGB value is (193,107,239). Sum of RGB (Red+Green+Blue) = 193+107+239=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #C16BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BEF is #3E9410. Grayscale: #939393. Windows color (decimal): -4101137 or 15690689. OLE color: 15690689.

HSL color Cylindrical-coordinate representation of color #C16BEF: hue angle of 279.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16BEF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193107239-
CMYK0.190.5500.06
HSL279.09º80.49%67.84%-
HSV(B)279.09º55.23%93.73%-
XYZ42.8328.0884.82-
YUV147.76179.49160.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=35.81%
G=19.85%
B=44.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931072390.190.5500.06279.0980.4967.84
HexC16BEF1337061175044
Octal301153357236706427120104
Binary1100000111010111110111110011110111011010001011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c16bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c16bef; }

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

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

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

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

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

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

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

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