Html Css Color HEX #C764AD Fuchsia

📋 copy color: '#C764AD'

red 199 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #C764AD

Tints of Fuchsia #C764AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 42.16%
G = 21.19%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C764AD (or 0xC764AD) is known color: Fuchsia. HEX triplet: C7, 64 and AD. RGB value is (199,100,173). Sum of RGB (Red+Green+Blue) = 199+100+173=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AD is #389B52. Grayscale: #898989. Windows color (decimal): -3709779 or 11363527. OLE color: 11363527.

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

Color convert

RGB 199 100 173 -
CMYK 0 0.50 0.13 0.22
HSL 315.76º 0.47% 0.59% -
HSV(B) 315.76º 0.5% 0.78% -
XYZ 35.65 24.27 42.34 -
YUV 137.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 199 100 173 0 0.50 0.13 0.22 315.76 0.47 0.59
Hex C7 64 AD 0 32 D 16 13C 2F 3B
Octal 307 144 255 0 62 15 26 474 57 73
Binary 11000111 1100100 10101101 0 110010 1101 10110 100111100 101111 111011

Color Harmonies of #C764AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764AD

Black with #C764AD

Text Example


Text Example

White with #C764AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764AD; }

 p { color: rgb(199,100,173); }

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

background-color css

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

 a { background-color: rgb(199,100,173); }

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

border-color css

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

 span { border-color: rgb(199,100,173); }

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