Html Css Color HEX #C46BBA Fuchsia

📋 copy color: '#C46BBA'

red 196 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C46BBA

Tints of Fuchsia #C46BBA

RGB

 RED value IS 196 (76.95% from 255) = 40.08%

 GREEN value IS 107 (42.19% from 255) = 21.88%

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

R = 40.08%
G = 21.88%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C46BBA (or 0xC46BBA) is known color: Fuchsia. HEX triplet: C4, 6B and BA. RGB value is (196,107,186). Sum of RGB (Red+Green+Blue) = 196+107+186=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BBA is #3B9445. Grayscale: #8E8E8E. Windows color (decimal): -3904582 or 12217284. OLE color: 12217284.

HSL color Cylindrical-coordinate representation of color #C46BBA: hue angle of 306.74º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46BBA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 107 186 -
CMYK 0 0.45 0.05 0.23
HSL 306.74º 0.43% 0.59% -
HSV(B) 306.74º 0.45% 0.77% -
XYZ 36.89 25.8 49.49 -
YUV 142.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 196 107 186 0 0.45 0.05 0.23 306.74 0.43 0.59
Hex C4 6B BA 0 2D 5 17 133 2B 3B
Octal 304 153 272 0 55 5 27 463 53 73
Binary 11000100 1101011 10111010 0 101101 101 10111 100110011 101011 111011

Color Harmonies of #C46BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BBA

Black with #C46BBA

Text Example


Text Example

White with #C46BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BBA; }

 p { color: rgb(196,107,186); }

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

background-color css

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

 a { background-color: rgb(196,107,186); }

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

border-color css

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

 span { border-color: rgb(196,107,186); }

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