#C26FF3

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

Shades of Heliotrope #C26FF3

Tints of Heliotrope #C26FF3

Color information

#C26FF3 (or 0xC26FF3) is unknown color: approx Heliotrope. HEX triplet: C2, 6F and F3. RGB value is (194,111,243). Sum of RGB (Red+Green+Blue) = 194+111+243=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #C26FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FF3 is #3D900C. Grayscale: #969696. Windows color (decimal): -4034573 or 15953858. OLE color: 15953858.

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

Color convert

RGB194111243-
CMYK0.200.5400.05
HSL277.73º84.62%69.41%-
HSV(B)277.73º54.32%95.29%-
XYZ44.1129.3188.13-
YUV150.86180158.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 111 (43.75% from 255) = 20.26%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=35.40%
G=20.26%
B=44.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941112430.200.5400.05277.7384.6269.41
HexC26FF31436051165545
Octal302157363246605426125105
Binary1100001011011111111001110100110110010110001011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FF3; }

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

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

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

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

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

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

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

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