#C26BB7

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

Shades of Fuchsia #C26BB7

Tints of Fuchsia #C26BB7

Color information

#C26BB7 (or 0xC26BB7) is unknown color: approx Fuchsia. HEX triplet: C2, 6B and B7. RGB value is (194,107,183). Sum of RGB (Red+Green+Blue) = 194+107+183=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BB7 is #3D9448. Grayscale: #8D8D8D. Windows color (decimal): -4035657 or 12020674. OLE color: 12020674.

HSL color Cylindrical-coordinate representation of color #C26BB7: hue angle of 307.59º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26BB7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194107183-
CMYK00.450.060.24
HSL307.59º41.63%59.02%-
HSV(B)307.59º44.85%76.08%-
XYZ36.0525.447.8-
YUV141.68151.32165.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=40.08%
G=22.11%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410718300.450.060.24307.5941.6359.02
HexC26BB702D6181342a3b
Octal3021532670556304645273
Binary11000010110101110110111010110111011000100110100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BB7; }

 p { color: rgb(194,107,183); }

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

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

 a { background-color: rgb(194,107,183); }

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

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

 span { border-color: rgb(194,107,183); }

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