#c26bf4

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

Shades of Heliotrope #C26BF4

Tints of Heliotrope #C26BF4

Color information

#C26BF4 (or 0xC26BF4) is unknown color: approx Heliotrope. HEX triplet: C2, 6B and F4. RGB value is (194,107,244). Sum of RGB (Red+Green+Blue) = 194+107+244=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #C26BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26BF4 is #3D940B. Grayscale: #949494. Windows color (decimal): -4035596 or 16018370. OLE color: 16018370.

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

Color convert

RGB194107244-
CMYK0.200.5600.04
HSL278.1º86.16%68.82%-
HSV(B)278.1º56.15%95.69%-
XYZ43.8328.5288.78-
YUV148.63181.82160.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=35.60%
G=19.63%
B=44.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941072440.200.5600.04278.186.1668.82
HexC26BF41438041165645
Octal302153364247004426126105
Binary1100001011010111111010010100111000010010001011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26bf4; }

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

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

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

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

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

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

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

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