Html Css Color HEX #C659B0 Fuchsia

📋 copy color: '#C659B0'

red 198 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #C659B0

Tints of Fuchsia #C659B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 42.76%
G = 19.22%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C659B0 (or 0xC659B0) is known color: Fuchsia. HEX triplet: C6, 59 and B0. RGB value is (198,89,176). Sum of RGB (Red+Green+Blue) = 198+89+176=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C659B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659B0 is #39A64F. Grayscale: #838383. Windows color (decimal): -3778128 or 11557318. OLE color: 11557318.

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

Color convert

RGB 198 89 176 -
CMYK 0 0.55 0.11 0.22
HSL 312.11º 0.49% 0.56% -
HSV(B) 312.11º 0.55% 0.78% -
XYZ 34.7 22.29 43.55 -
YUV 131.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 198 89 176 0 0.55 0.11 0.22 312.11 0.49 0.56
Hex C6 59 B0 0 37 B 16 138 31 38
Octal 306 131 260 0 67 13 26 470 61 70
Binary 11000110 1011001 10110000 0 110111 1011 10110 100111000 110001 111000

Color Harmonies of #C659B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C659B0

Black with #C659B0

Text Example


Text Example

White with #C659B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C659B0; }

 p { color: rgb(198,89,176); }

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

background-color css

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

 a { background-color: rgb(198,89,176); }

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

border-color css

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

 span { border-color: rgb(198,89,176); }

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