Html Css Color HEX #C26DCA Fuchsia

📋 copy color: '#C26DCA'

red 194 ◦ green 109 ◦ blue 202

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

Shades of Fuchsia #C26DCA

Tints of Fuchsia #C26DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 38.42%
G = 21.58%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C26DCA (or 0xC26DCA) is known color: Fuchsia. HEX triplet: C2, 6D and CA. RGB value is (194,109,202). Sum of RGB (Red+Green+Blue) = 194+109+202=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #C26DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCA is #3D9235. Grayscale: #909090. Windows color (decimal): -4035126 or 13266370. OLE color: 13266370.

HSL color Cylindrical-coordinate representation of color #C26DCA: hue angle of 294.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26DCA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 109 202 -
CMYK 0.04 0.46 0 0.21
HSL 294.84º 0.47% 0.61% -
HSV(B) 294.84º 0.46% 0.79% -
XYZ 38.38 26.67 59 -
YUV 145.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 194 109 202 0.04 0.46 0 0.21 294.84 0.47 0.61
Hex C2 6D CA 4 2E 0 15 127 2F 3D
Octal 302 155 312 4 56 0 25 447 57 75
Binary 11000010 1101101 11001010 100 101110 0 10101 100100111 101111 111101

Color Harmonies of #C26DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DCA

Black with #C26DCA

Text Example


Text Example

White with #C26DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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