#C26FFA

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

Shades of Heliotrope #C26FFA

Tints of Heliotrope #C26FFA

Color information

#C26FFA (or 0xC26FFA) is unknown color: approx Heliotrope. HEX triplet: C2, 6F and FA. RGB value is (194,111,250). Sum of RGB (Red+Green+Blue) = 194+111+250=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C26FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FFA is #3D9005. Grayscale: #979797. Windows color (decimal): -4034566 or 16412610. OLE color: 16412610.

HSL color Cylindrical-coordinate representation of color #C26FFA: hue angle of 275.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26FFA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194111250-
CMYK0.220.5600.02
HSL275.83º93.29%70.78%-
HSV(B)275.83º55.6%98.04%-
XYZ45.1929.7493.8-
YUV151.66183.5158.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=34.95%
G=20%
B=45.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941112500.220.5600.02275.8393.2970.78
HexC26FFA1638021145d47
Octal302157372267002424135107
Binary110000101101111111110101011011100001010001010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FFA; }

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

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

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

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

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

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

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

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