Html Css Color HEX #C26BAD Fuchsia

📋 copy color: '#C26BAD'

red 194 ◦ green 107 ◦ blue 173

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

Shades of Fuchsia #C26BAD

Tints of Fuchsia #C26BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 40.93%
G = 22.57%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C26BAD (or 0xC26BAD) is known color: Fuchsia. HEX triplet: C2, 6B and AD. RGB value is (194,107,173). Sum of RGB (Red+Green+Blue) = 194+107+173=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26BAD is #3D9452. Grayscale: #8C8C8C. Windows color (decimal): -4035667 or 11365314. OLE color: 11365314.

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

Color convert

RGB 194 107 173 -
CMYK 0 0.45 0.11 0.24
HSL 314.48º 0.42% 0.59% -
HSV(B) 314.48º 0.45% 0.76% -
XYZ 35.05 25 42.51 -
YUV 140.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 194 107 173 0 0.45 0.11 0.24 314.48 0.42 0.59
Hex C2 6B AD 0 2D B 18 13A 2A 3B
Octal 302 153 255 0 55 13 30 472 52 73
Binary 11000010 1101011 10101101 0 101101 1011 11000 100111010 101010 111011

Color Harmonies of #C26BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BAD

Black with #C26BAD

Text Example


Text Example

White with #C26BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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