Html Css Color HEX #C653BE Fuchsia

📋 copy color: '#C653BE'

red 198 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #C653BE

Tints of Fuchsia #C653BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 42.04%
G = 17.62%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C653BE (or 0xC653BE) is known color: Fuchsia. HEX triplet: C6, 53 and BE. RGB value is (198,83,190). Sum of RGB (Red+Green+Blue) = 198+83+190=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C653BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653BE is #39AC41. Grayscale: #818181. Windows color (decimal): -3779650 or 12473286. OLE color: 12473286.

HSL color Cylindrical-coordinate representation of color #C653BE: hue angle of 304.17º 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 #C653BE is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 190 -
CMYK 0 0.58 0.04 0.22
HSL 304.17º 0.5% 0.55% -
HSV(B) 304.17º 0.58% 0.78% -
XYZ 35.68 21.91 51.06 -
YUV 129.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 198 83 190 0 0.58 0.04 0.22 304.17 0.5 0.55
Hex C6 53 BE 0 3A 4 16 130 32 37
Octal 306 123 276 0 72 4 26 460 62 67
Binary 11000110 1010011 10111110 0 111010 100 10110 100110000 110010 110111

Color Harmonies of #C653BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653BE

Black with #C653BE

Text Example


Text Example

White with #C653BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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