Html Css Color HEX #C266BA Fuchsia

📋 copy color: '#C266BA'

red 194 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C266BA

Tints of Fuchsia #C266BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 40.25%
G = 21.16%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C266BA (or 0xC266BA) is known color: Fuchsia. HEX triplet: C2, 66 and BA. RGB value is (194,102,186). Sum of RGB (Red+Green+Blue) = 194+102+186=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C266BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266BA is #3D9945. Grayscale: #8A8A8A. Windows color (decimal): -4036934 or 12216002. OLE color: 12216002.

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

Color convert

RGB 194 102 186 -
CMYK 0 0.47 0.04 0.24
HSL 305.22º 0.43% 0.58% -
HSV(B) 305.22º 0.47% 0.76% -
XYZ 35.86 24.52 49.3 -
YUV 139.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 194 102 186 0 0.47 0.04 0.24 305.22 0.43 0.58
Hex C2 66 BA 0 2F 4 18 131 2B 3A
Octal 302 146 272 0 57 4 30 461 53 72
Binary 11000010 1100110 10111010 0 101111 100 11000 100110001 101011 111010

Color Harmonies of #C266BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266BA

Black with #C266BA

Text Example


Text Example

White with #C266BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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