Html Css Color HEX #C26CCA Fuchsia

📋 copy color: '#C26CCA'

red 194 ◦ green 108 ◦ blue 202

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

Shades of Fuchsia #C26CCA

Tints of Fuchsia #C26CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.43%

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

R = 38.49%
G = 21.43%
B = 40.08%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C26CCA (or 0xC26CCA) is known color: Fuchsia. HEX triplet: C2, 6C and CA. RGB value is (194,108,202). Sum of RGB (Red+Green+Blue) = 194+108+202=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C26CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCA is #3D9335. Grayscale: #909090. Windows color (decimal): -4035382 or 13266114. OLE color: 13266114.

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

Color convert

RGB 194 108 202 -
CMYK 0.04 0.47 0 0.21
HSL 294.89º 0.47% 0.61% -
HSV(B) 294.89º 0.47% 0.79% -
XYZ 38.27 26.46 58.97 -
YUV 144.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 194 108 202 0.04 0.47 0 0.21 294.89 0.47 0.61
Hex C2 6C CA 4 2F 0 15 127 2F 3D
Octal 302 154 312 4 57 0 25 447 57 75
Binary 11000010 1101100 11001010 100 101111 0 10101 100100111 101111 111101

Color Harmonies of #C26CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CCA

Black with #C26CCA

Text Example


Text Example

White with #C26CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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