#C26CFA

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

Shades of Heliotrope #C26CFA

Tints of Heliotrope #C26CFA

Color information

#C26CFA (or 0xC26CFA) is unknown color: approx Heliotrope. HEX triplet: C2, 6C and FA. RGB value is (194,108,250). Sum of RGB (Red+Green+Blue) = 194+108+250=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C26CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CFA is #3D9305. Grayscale: #959595. Windows color (decimal): -4035334 or 16411842. OLE color: 16411842.

HSL color Cylindrical-coordinate representation of color #C26CFA: hue angle of 276.34º degrees, saturation: 0.93, 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 #C26CFA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194108250-
CMYK0.220.5700.02
HSL276.34º93.42%70.2%-
HSV(B)276.34º56.8%98.04%-
XYZ44.8729.193.69-
YUV149.9184.49159.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 108 (42.58% from 255) = 19.57%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=35.14%
G=19.57%
B=45.29%

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
Decimal1941082500.220.5700.02276.3493.4270.2
HexC26CFA1639021145d46
Octal302154372267102424135106
Binary110000101101100111110101011011100101010001010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CFA; }

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

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

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

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

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

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

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

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