Html Css Color HEX #C26DB9 Fuchsia

📋 copy color: '#C26DB9'

red 194 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #C26DB9

Tints of Fuchsia #C26DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 39.75%
G = 22.34%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C26DB9 (or 0xC26DB9) is known color: Fuchsia. HEX triplet: C2, 6D and B9. RGB value is (194,109,185). Sum of RGB (Red+Green+Blue) = 194+109+185=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DB9 is #3D9246. Grayscale: #8E8E8E. Windows color (decimal): -4035143 or 12152258. OLE color: 12152258.

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

Color convert

RGB 194 109 185 -
CMYK 0 0.44 0.05 0.24
HSL 306.35º 0.41% 0.59% -
HSV(B) 306.35º 0.44% 0.76% -
XYZ 36.47 25.91 48.98 -
YUV 143.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 194 109 185 0 0.44 0.05 0.24 306.35 0.41 0.59
Hex C2 6D B9 0 2C 5 18 132 29 3B
Octal 302 155 271 0 54 5 30 462 51 73
Binary 11000010 1101101 10111001 0 101100 101 11000 100110010 101001 111011

Color Harmonies of #C26DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DB9

Black with #C26DB9

Text Example


Text Example

White with #C26DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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