Html Css Color HEX #C763B4 Fuchsia

📋 copy color: '#C763B4'

red 199 ◦ green 99 ◦ blue 180

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

Shades of Fuchsia #C763B4

Tints of Fuchsia #C763B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 41.63%
G = 20.71%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C763B4 (or 0xC763B4) is known color: Fuchsia. HEX triplet: C7, 63 and B4. RGB value is (199,99,180). Sum of RGB (Red+Green+Blue) = 199+99+180=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C763B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763B4 is #389C4B. Grayscale: #898989. Windows color (decimal): -3710028 or 11822023. OLE color: 11822023.

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

Color convert

RGB 199 99 180 -
CMYK 0 0.50 0.10 0.22
HSL 311.4º 0.47% 0.58% -
HSV(B) 311.4º 0.5% 0.78% -
XYZ 36.25 24.36 45.97 -
YUV 138.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 199 99 180 0 0.50 0.10 0.22 311.4 0.47 0.58
Hex C7 63 B4 0 32 A 16 137 2F 3A
Octal 307 143 264 0 62 12 26 467 57 72
Binary 11000111 1100011 10110100 0 110010 1010 10110 100110111 101111 111010

Color Harmonies of #C763B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763B4

Black with #C763B4

Text Example


Text Example

White with #C763B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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