#C26CF9

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

Shades of Heliotrope #C26CF9

Tints of Heliotrope #C26CF9

Color information

#C26CF9 (or 0xC26CF9) is unknown color: approx Heliotrope. HEX triplet: C2, 6C and F9. RGB value is (194,108,249). Sum of RGB (Red+Green+Blue) = 194+108+249=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #C26CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CF9 is #3D9306. Grayscale: #959595. Windows color (decimal): -4035335 or 16346306. OLE color: 16346306.

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

Color convert

RGB194108249-
CMYK0.220.5700.02
HSL276.6º92.16%70%-
HSV(B)276.6º56.63%97.65%-
XYZ44.7129.0392.87-
YUV149.79183.99159.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 108 (42.58% from 255) = 19.60%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=35.21%
G=19.60%
B=45.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941082490.220.5700.02276.692.1670
HexC26CF91639021155c46
Octal302154371267102425134106
Binary110000101101100111110011011011100101010001010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CF9; }

 p { color: rgb(194,108,249); }

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

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

 a { background-color: rgb(194,108,249); }

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

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

 span { border-color: rgb(194,108,249); }

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