Html Css Color HEX #C26DC4 Fuchsia

📋 copy color: '#C26DC4'

red 194 ◦ green 109 ◦ blue 196

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

Shades of Fuchsia #C26DC4

Tints of Fuchsia #C26DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.28%

R = 38.88%
G = 21.84%
B = 39.28%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C26DC4 (or 0xC26DC4) is known color: Fuchsia. HEX triplet: C2, 6D and C4. RGB value is (194,109,196). Sum of RGB (Red+Green+Blue) = 194+109+196=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #C26DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DC4 is #3D923B. Grayscale: #909090. Windows color (decimal): -4035132 or 12873154. OLE color: 12873154.

HSL color Cylindrical-coordinate representation of color #C26DC4: hue angle of 298.62º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DC4 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 109 196 -
CMYK 0.01 0.44 0 0.23
HSL 298.62º 0.42% 0.6% -
HSV(B) 298.62º 0.44% 0.77% -
XYZ 37.68 26.39 55.33 -
YUV 144.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 194 109 196 0.01 0.44 0 0.23 298.62 0.42 0.6
Hex C2 6D C4 1 2C 0 17 12B 2A 3C
Octal 302 155 304 1 54 0 27 453 52 74
Binary 11000010 1101101 11000100 1 101100 0 10111 100101011 101010 111100

Color Harmonies of #C26DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DC4

Black with #C26DC4

Text Example


Text Example

White with #C26DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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