Html Css Color HEX #C763CC Fuchsia

📋 copy color: '#C763CC'

red 199 ◦ green 99 ◦ blue 204

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

Shades of Fuchsia #C763CC

Tints of Fuchsia #C763CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 39.64%
G = 19.72%
B = 40.64%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C763CC (or 0xC763CC) is known color: Fuchsia. HEX triplet: C7, 63 and CC. RGB value is (199,99,204). Sum of RGB (Red+Green+Blue) = 199+99+204=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C763CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763CC is #389C33. Grayscale: #8C8C8C. Windows color (decimal): -3710004 or 13394887. OLE color: 13394887.

HSL color Cylindrical-coordinate representation of color #C763CC: hue angle of 297.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C763CC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 99 204 -
CMYK 0.02 0.51 0 0.2
HSL 297.14º 0.51% 0.59% -
HSV(B) 297.14º 0.51% 0.8% -
XYZ 38.91 25.43 59.98 -
YUV 140.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 199 99 204 0.02 0.51 0 0.2 297.14 0.51 0.59
Hex C7 63 CC 2 33 0 14 129 33 3B
Octal 307 143 314 2 63 0 24 451 63 73
Binary 11000111 1100011 11001100 10 110011 0 10100 100101001 110011 111011

Color Harmonies of #C763CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763CC

Black with #C763CC

Text Example


Text Example

White with #C763CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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