Html Css Color HEX #C76DBA Fuchsia

📋 copy color: '#C76DBA'

red 199 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #C76DBA

Tints of Fuchsia #C76DBA

RGB

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

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

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

R = 40.28%
G = 22.06%
B = 37.65%

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

#C76DBA (or 0xC76DBA) is known color: Fuchsia. HEX triplet: C7, 6D and BA. RGB value is (199,109,186). Sum of RGB (Red+Green+Blue) = 199+109+186=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DBA is #389245. Grayscale: #909090. Windows color (decimal): -3707462 or 12217799. OLE color: 12217799.

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

Color convert

RGB 199 109 186 -
CMYK 0 0.45 0.07 0.22
HSL 308.67º 0.45% 0.6% -
HSV(B) 308.67º 0.45% 0.78% -
XYZ 37.88 26.62 49.6 -
YUV 144.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 199 109 186 0 0.45 0.07 0.22 308.67 0.45 0.6
Hex C7 6D BA 0 2D 7 16 135 2D 3C
Octal 307 155 272 0 55 7 26 465 55 74
Binary 11000111 1101101 10111010 0 101101 111 10110 100110101 101101 111100

Color Harmonies of #C76DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DBA

Black with #C76DBA

Text Example


Text Example

White with #C76DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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