Html Css Color HEX #C655AD Fuchsia

📋 copy color: '#C655AD'

red 198 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #C655AD

Tints of Fuchsia #C655AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

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

R = 43.42%
G = 18.64%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C655AD (or 0xC655AD) is known color: Fuchsia. HEX triplet: C6, 55 and AD. RGB value is (198,85,173). Sum of RGB (Red+Green+Blue) = 198+85+173=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C655AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655AD is #39AA52. Grayscale: #808080. Windows color (decimal): -3779155 or 11359686. OLE color: 11359686.

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

Color convert

RGB 198 85 173 -
CMYK 0 0.57 0.13 0.22
HSL 313.27º 0.5% 0.55% -
HSV(B) 313.27º 0.57% 0.78% -
XYZ 34.08 21.52 41.89 -
YUV 128.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 198 85 173 0 0.57 0.13 0.22 313.27 0.5 0.55
Hex C6 55 AD 0 39 D 16 139 32 37
Octal 306 125 255 0 71 15 26 471 62 67
Binary 11000110 1010101 10101101 0 111001 1101 10110 100111001 110010 110111

Color Harmonies of #C655AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655AD

Black with #C655AD

Text Example


Text Example

White with #C655AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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