#C26BF1

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

Shades of Heliotrope #C26BF1

Tints of Heliotrope #C26BF1

Color information

#C26BF1 (or 0xC26BF1) is unknown color: approx Heliotrope. HEX triplet: C2, 6B and F1. RGB value is (194,107,241). Sum of RGB (Red+Green+Blue) = 194+107+241=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #C26BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BF1 is #3D940E. Grayscale: #939393. Windows color (decimal): -4035599 or 15821762. OLE color: 15821762.

HSL color Cylindrical-coordinate representation of color #C26BF1: hue angle of 278.96º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26BF1 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194107241-
CMYK0.200.5600.05
HSL278.96º82.72%68.24%-
HSV(B)278.96º55.6%94.51%-
XYZ43.3828.3486.4-
YUV148.29180.32160.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=35.79%
G=19.74%
B=44.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941072410.200.5600.05278.9682.7268.24
HexC26BF11438051175344
Octal302153361247005427123104
Binary1100001011010111111000110100111000010110001011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BF1; }

 p { color: rgb(194,107,241); }

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

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

 a { background-color: rgb(194,107,241); }

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

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

 span { border-color: rgb(194,107,241); }

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