Html Css Color HEX #C654B6 Fuchsia

📋 copy color: '#C654B6'

red 198 ◦ green 84 ◦ blue 182

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

Shades of Fuchsia #C654B6

Tints of Fuchsia #C654B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 42.67%
G = 18.1%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C654B6 (or 0xC654B6) is known color: Fuchsia. HEX triplet: C6, 54 and B6. RGB value is (198,84,182). Sum of RGB (Red+Green+Blue) = 198+84+182=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C654B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654B6 is #39AB49. Grayscale: #808080. Windows color (decimal): -3779402 or 11949254. OLE color: 11949254.

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

Color convert

RGB 198 84 182 -
CMYK 0 0.58 0.08 0.22
HSL 308.42º 0.5% 0.55% -
HSV(B) 308.42º 0.58% 0.78% -
XYZ 34.9 21.72 46.61 -
YUV 129.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 198 84 182 0 0.58 0.08 0.22 308.42 0.5 0.55
Hex C6 54 B6 0 3A 8 16 134 32 37
Octal 306 124 266 0 72 10 26 464 62 67
Binary 11000110 1010100 10110110 0 111010 1000 10110 100110100 110010 110111

Color Harmonies of #C654B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654B6

Black with #C654B6

Text Example


Text Example

White with #C654B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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