Html Css Color HEX #C26BBA Fuchsia

📋 copy color: '#C26BBA'

red 194 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C26BBA

Tints of Fuchsia #C26BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 39.84%
G = 21.97%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C26BBA (or 0xC26BBA) is known color: Fuchsia. HEX triplet: C2, 6B and BA. RGB value is (194,107,186). Sum of RGB (Red+Green+Blue) = 194+107+186=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BBA is #3D9445. Grayscale: #8D8D8D. Windows color (decimal): -4035654 or 12217282. OLE color: 12217282.

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

Color convert

RGB 194 107 186 -
CMYK 0 0.45 0.04 0.24
HSL 305.52º 0.42% 0.59% -
HSV(B) 305.52º 0.45% 0.76% -
XYZ 36.37 25.53 49.47 -
YUV 142.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 194 107 186 0 0.45 0.04 0.24 305.52 0.42 0.59
Hex C2 6B BA 0 2D 4 18 132 2A 3B
Octal 302 153 272 0 55 4 30 462 52 73
Binary 11000010 1101011 10111010 0 101101 100 11000 100110010 101010 111011

Color Harmonies of #C26BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BBA

Black with #C26BBA

Text Example


Text Example

White with #C26BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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