Html Css Color HEX #C76EBA Fuchsia

📋 copy color: '#C76EBA'

red 199 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #C76EBA

Tints of Fuchsia #C76EBA

RGB

 RED value IS 199 (78.13% from 255) = 40.2%

 GREEN value IS 110 (43.36% from 255) = 22.22%

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

R = 40.2%
G = 22.22%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C76EBA (or 0xC76EBA) is known color: Fuchsia. HEX triplet: C7, 6E and BA. RGB value is (199,110,186). Sum of RGB (Red+Green+Blue) = 199+110+186=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EBA is #389145. Grayscale: #919191. Windows color (decimal): -3707206 or 12218055. OLE color: 12218055.

HSL color Cylindrical-coordinate representation of color #C76EBA: hue angle of 308.76º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EBA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 186 -
CMYK 0 0.45 0.07 0.22
HSL 308.76º 0.44% 0.61% -
HSV(B) 308.76º 0.45% 0.78% -
XYZ 37.99 26.84 49.63 -
YUV 145.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 199 110 186 0 0.45 0.07 0.22 308.76 0.44 0.61
Hex C7 6E BA 0 2D 7 16 135 2C 3D
Octal 307 156 272 0 55 7 26 465 54 75
Binary 11000111 1101110 10111010 0 101101 111 10110 100110101 101100 111101

Color Harmonies of #C76EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EBA

Black with #C76EBA

Text Example


Text Example

White with #C76EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EBA; }

 p { color: rgb(199,110,186); }

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

background-color css

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

 a { background-color: rgb(199,110,186); }

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

border-color css

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

 span { border-color: rgb(199,110,186); }

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