Html Css Color HEX #C64DAD Fuchsia

📋 copy color: '#C64DAD'

red 198 ◦ green 77 ◦ blue 173

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

Shades of Fuchsia #C64DAD

Tints of Fuchsia #C64DAD

RGB

 RED value IS 198 (77.73% from 255) = 44.2%

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 44.2%
G = 17.19%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C64DAD (or 0xC64DAD) is known color: Fuchsia. HEX triplet: C6, 4D and AD. RGB value is (198,77,173). Sum of RGB (Red+Green+Blue) = 198+77+173=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64DAD is #39B252. Grayscale: #7B7B7B. Windows color (decimal): -3781203 or 11357638. OLE color: 11357638.

HSL color Cylindrical-coordinate representation of color #C64DAD: hue angle of 312.4º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64DAD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 77 173 -
CMYK 0 0.61 0.13 0.22
HSL 312.4º 0.51% 0.54% -
HSV(B) 312.4º 0.61% 0.78% -
XYZ 33.49 20.33 41.69 -
YUV 124.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 198 77 173 0 0.61 0.13 0.22 312.4 0.51 0.54
Hex C6 4D AD 0 3D D 16 138 33 36
Octal 306 115 255 0 75 15 26 470 63 66
Binary 11000110 1001101 10101101 0 111101 1101 10110 100111000 110011 110110

Color Harmonies of #C64DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DAD

Black with #C64DAD

Text Example


Text Example

White with #C64DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DAD; }

 p { color: rgb(198,77,173); }

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

background-color css

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

 a { background-color: rgb(198,77,173); }

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

border-color css

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

 span { border-color: rgb(198,77,173); }

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