#C26BCA

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

Shades of Fuchsia #C26BCA

Tints of Fuchsia #C26BCA

Color information

#C26BCA (or 0xC26BCA) is unknown color: approx Fuchsia. HEX triplet: C2, 6B and CA. RGB value is (194,107,202). Sum of RGB (Red+Green+Blue) = 194+107+202=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C26BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BCA is #3D9435. Grayscale: #8F8F8F. Windows color (decimal): -4035638 or 13265858. OLE color: 13265858.

HSL color Cylindrical-coordinate representation of color #C26BCA: hue angle of 294.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26BCA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194107202-
CMYK0.040.4700.21
HSL294.95º47.26%60.59%-
HSV(B)294.95º47.03%79.22%-
XYZ38.1726.2558.93-
YUV143.84160.82163.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=38.57%
G=21.27%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941072020.040.4700.21294.9547.2660.59
HexC26BCA42F0151272f3d
Octal3021533124570254475775
Binary11000010110101111001010100101111010101100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BCA; }

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

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

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

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

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

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

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

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