Html Css Color HEX #C26ABE Fuchsia

📋 copy color: '#C26ABE'

red 194 ◦ green 106 ◦ blue 190

#C26ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C26ABE

Tints of Fuchsia #C26ABE

RGB

 RED value IS 194 (76.17% from 255) = 39.59%

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 39.59%
G = 21.63%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C26ABE (or 0xC26ABE) is known color: Fuchsia. HEX triplet: C2, 6A and BE. RGB value is (194,106,190). Sum of RGB (Red+Green+Blue) = 194+106+190=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C26ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ABE is #3D9541. Grayscale: #8D8D8D. Windows color (decimal): -4035906 or 12479170. OLE color: 12479170.

HSL color Cylindrical-coordinate representation of color #C26ABE: hue angle of 302.73º 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 #C26ABE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 106 190 -
CMYK 0 0.45 0.02 0.24
HSL 302.73º 0.42% 0.59% -
HSV(B) 302.73º 0.45% 0.76% -
XYZ 36.7 25.5 51.7 -
YUV 141.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 194 106 190 0 0.45 0.02 0.24 302.73 0.42 0.59
Hex C2 6A BE 0 2D 2 18 12F 2A 3B
Octal 302 152 276 0 55 2 30 457 52 73
Binary 11000010 1101010 10111110 0 101101 10 11000 100101111 101010 111011

Color Harmonies of #C26ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ABE

Black with #C26ABE

Text Example


Text Example

White with #C26ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ABE; }

 p { color: rgb(194,106,190); }

 H1.HeaderClassName
 {
   color: #C26ABE;
 }
 .AnyTagClassName
 {
   color: #C26ABE;
 }
</style>

background-color css

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

 a { background-color: rgb(194,106,190); }

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

border-color css

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

 span { border-color: rgb(194,106,190); }

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