Html Css Color HEX #C26DBA Fuchsia

📋 copy color: '#C26DBA'

red 194 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #C26DBA

Tints of Fuchsia #C26DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

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

R = 39.67%
G = 22.29%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C26DBA (or 0xC26DBA) is known color: Fuchsia. HEX triplet: C2, 6D and BA. RGB value is (194,109,186). Sum of RGB (Red+Green+Blue) = 194+109+186=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DBA is #3D9245. Grayscale: #8E8E8E. Windows color (decimal): -4035142 or 12217794. OLE color: 12217794.

HSL color Cylindrical-coordinate representation of color #C26DBA: hue angle of 305.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DBA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 109 186 -
CMYK 0 0.44 0.04 0.24
HSL 305.65º 0.41% 0.59% -
HSV(B) 305.65º 0.44% 0.76% -
XYZ 36.58 25.95 49.54 -
YUV 143.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 194 109 186 0 0.44 0.04 0.24 305.65 0.41 0.59
Hex C2 6D BA 0 2C 4 18 132 29 3B
Octal 302 155 272 0 54 4 30 462 51 73
Binary 11000010 1101101 10111010 0 101100 100 11000 100110010 101001 111011

Color Harmonies of #C26DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DBA

Black with #C26DBA

Text Example


Text Example

White with #C26DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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