Html Css Color HEX #C26ABD Fuchsia

📋 copy color: '#C26ABD'

red 194 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #C26ABD

Tints of Fuchsia #C26ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 39.67%
G = 21.68%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C26ABD (or 0xC26ABD) is known color: Fuchsia. HEX triplet: C2, 6A and BD. RGB value is (194,106,189). Sum of RGB (Red+Green+Blue) = 194+106+189=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ABD is #3D9542. Grayscale: #8D8D8D. Windows color (decimal): -4035907 or 12413634. OLE color: 12413634.

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

Color convert

RGB 194 106 189 -
CMYK 0 0.45 0.03 0.24
HSL 303.41º 0.42% 0.59% -
HSV(B) 303.41º 0.45% 0.76% -
XYZ 36.59 25.45 51.13 -
YUV 141.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 194 106 189 0 0.45 0.03 0.24 303.41 0.42 0.59
Hex C2 6A BD 0 2D 3 18 12F 2A 3B
Octal 302 152 275 0 55 3 30 457 52 73
Binary 11000010 1101010 10111101 0 101101 11 11000 100101111 101010 111011

Color Harmonies of #C26ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ABD

Black with #C26ABD

Text Example


Text Example

White with #C26ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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