Html Css Color HEX #C763B7 Fuchsia

📋 copy color: '#C763B7'

red 199 ◦ green 99 ◦ blue 183

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

Shades of Fuchsia #C763B7

Tints of Fuchsia #C763B7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

 BLUE value IS 183 (71.88% from 255) = 38.05%

R = 41.37%
G = 20.58%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C763B7 (or 0xC763B7) is known color: Fuchsia. HEX triplet: C7, 63 and B7. RGB value is (199,99,183). Sum of RGB (Red+Green+Blue) = 199+99+183=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C763B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763B7 is #389C48. Grayscale: #8A8A8A. Windows color (decimal): -3710025 or 12018631. OLE color: 12018631.

HSL color Cylindrical-coordinate representation of color #C763B7: hue angle of 309.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C763B7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 183 -
CMYK 0 0.50 0.08 0.22
HSL 309.6º 0.47% 0.58% -
HSV(B) 309.6º 0.5% 0.78% -
XYZ 36.56 24.48 47.6 -
YUV 138.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 199 99 183 0 0.50 0.08 0.22 309.6 0.47 0.58
Hex C7 63 B7 0 32 8 16 136 2F 3A
Octal 307 143 267 0 62 10 26 466 57 72
Binary 11000111 1100011 10110111 0 110010 1000 10110 100110110 101111 111010

Color Harmonies of #C763B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763B7

Black with #C763B7

Text Example


Text Example

White with #C763B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763B7; }

 p { color: rgb(199,99,183); }

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

background-color css

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

 a { background-color: rgb(199,99,183); }

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

border-color css

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

 span { border-color: rgb(199,99,183); }

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