Html Css Color HEX #C653AD Fuchsia

📋 copy color: '#C653AD'

red 198 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #C653AD

Tints of Fuchsia #C653AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.28%

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

R = 43.61%
G = 18.28%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C653AD (or 0xC653AD) is known color: Fuchsia. HEX triplet: C6, 53 and AD. RGB value is (198,83,173). Sum of RGB (Red+Green+Blue) = 198+83+173=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AD is #39AC52. Grayscale: #7F7F7F. Windows color (decimal): -3779667 or 11359174. OLE color: 11359174.

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

Color convert

RGB 198 83 173 -
CMYK 0 0.58 0.13 0.22
HSL 313.04º 0.5% 0.55% -
HSV(B) 313.04º 0.58% 0.78% -
XYZ 33.92 21.21 41.84 -
YUV 127.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 198 83 173 0 0.58 0.13 0.22 313.04 0.5 0.55
Hex C6 53 AD 0 3A D 16 139 32 37
Octal 306 123 255 0 72 15 26 471 62 67
Binary 11000110 1010011 10101101 0 111010 1101 10110 100111001 110010 110111

Color Harmonies of #C653AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653AD

Black with #C653AD

Text Example


Text Example

White with #C653AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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