#C26AF3

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

Shades of Heliotrope #C26AF3

Tints of Heliotrope #C26AF3

Color information

#C26AF3 (or 0xC26AF3) is unknown color: approx Heliotrope. HEX triplet: C2, 6A and F3. RGB value is (194,106,243). Sum of RGB (Red+Green+Blue) = 194+106+243=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #C26AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AF3 is #3D950C. Grayscale: #939393. Windows color (decimal): -4035853 or 15952578. OLE color: 15952578.

HSL color Cylindrical-coordinate representation of color #C26AF3: hue angle of 278.54º degrees, saturation: 0.85, 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 #C26AF3 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194106243-
CMYK0.200.5600.05
HSL278.54º85.09%68.43%-
HSV(B)278.54º56.38%95.29%-
XYZ43.5828.2587.95-
YUV147.93181.65160.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=35.73%
G=19.52%
B=44.75%

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
Decimal1941062430.200.5600.05278.5485.0968.43
HexC26AF31438051175544
Octal302152363247005427125104
Binary1100001011010101111001110100111000010110001011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AF3; }

 p { color: rgb(194,106,243); }

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

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

 a { background-color: rgb(194,106,243); }

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

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

 span { border-color: rgb(194,106,243); }

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