Html Css Color HEX #C650AD Fuchsia

📋 copy color: '#C650AD'

red 198 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #C650AD

Tints of Fuchsia #C650AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

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

R = 43.9%
G = 17.74%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C650AD (or 0xC650AD) is known color: Fuchsia. HEX triplet: C6, 50 and AD. RGB value is (198,80,173). Sum of RGB (Red+Green+Blue) = 198+80+173=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C650AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650AD is #39AF52. Grayscale: #7D7D7D. Windows color (decimal): -3780435 or 11358406. OLE color: 11358406.

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

Color convert

RGB 198 80 173 -
CMYK 0 0.60 0.13 0.22
HSL 312.71º 0.51% 0.55% -
HSV(B) 312.71º 0.6% 0.78% -
XYZ 33.7 20.76 41.77 -
YUV 125.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 198 80 173 0 0.60 0.13 0.22 312.71 0.51 0.55
Hex C6 50 AD 0 3C D 16 139 33 37
Octal 306 120 255 0 74 15 26 471 63 67
Binary 11000110 1010000 10101101 0 111100 1101 10110 100111001 110011 110111

Color Harmonies of #C650AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650AD

Black with #C650AD

Text Example


Text Example

White with #C650AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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