Html Css Color HEX #C654BC Fuchsia

📋 copy color: '#C654BC'

red 198 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #C654BC

Tints of Fuchsia #C654BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 42.13%
G = 17.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C654BC (or 0xC654BC) is known color: Fuchsia. HEX triplet: C6, 54 and BC. RGB value is (198,84,188). Sum of RGB (Red+Green+Blue) = 198+84+188=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C654BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654BC is #39AB43. Grayscale: #818181. Windows color (decimal): -3779396 or 12342470. OLE color: 12342470.

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

Color convert

RGB 198 84 188 -
CMYK 0 0.58 0.05 0.22
HSL 305.26º 0.5% 0.55% -
HSV(B) 305.26º 0.58% 0.78% -
XYZ 35.54 21.98 49.95 -
YUV 129.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 198 84 188 0 0.58 0.05 0.22 305.26 0.5 0.55
Hex C6 54 BC 0 3A 5 16 131 32 37
Octal 306 124 274 0 72 5 26 461 62 67
Binary 11000110 1010100 10111100 0 111010 101 10110 100110001 110010 110111

Color Harmonies of #C654BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654BC

Black with #C654BC

Text Example


Text Example

White with #C654BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654BC; }

 p { color: rgb(198,84,188); }

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

background-color css

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

 a { background-color: rgb(198,84,188); }

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

border-color css

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

 span { border-color: rgb(198,84,188); }

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