Html Css Color HEX #C763C5 Fuchsia

📋 copy color: '#C763C5'

red 199 ◦ green 99 ◦ blue 197

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

Shades of Fuchsia #C763C5

Tints of Fuchsia #C763C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 40.2%
G = 20%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C763C5 (or 0xC763C5) is known color: Fuchsia. HEX triplet: C7, 63 and C5. RGB value is (199,99,197). Sum of RGB (Red+Green+Blue) = 199+99+197=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C763C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763C5 is #389C3A. Grayscale: #8B8B8B. Windows color (decimal): -3710011 or 12936135. OLE color: 12936135.

HSL color Cylindrical-coordinate representation of color #C763C5: hue angle of 301.2º 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 #C763C5 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 197 -
CMYK 0 0.50 0.01 0.22
HSL 301.2º 0.47% 0.58% -
HSV(B) 301.2º 0.5% 0.78% -
XYZ 38.09 25.1 55.66 -
YUV 140.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 199 99 197 0 0.50 0.01 0.22 301.2 0.47 0.58
Hex C7 63 C5 0 32 1 16 12D 2F 3A
Octal 307 143 305 0 62 1 26 455 57 72
Binary 11000111 1100011 11000101 0 110010 1 10110 100101101 101111 111010

Color Harmonies of #C763C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763C5

Black with #C763C5

Text Example


Text Example

White with #C763C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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