Html Css Color HEX #C654CA Fuchsia

📋 copy color: '#C654CA'

red 198 ◦ green 84 ◦ blue 202

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

Shades of Fuchsia #C654CA

Tints of Fuchsia #C654CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 40.91%
G = 17.36%
B = 41.74%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C654CA (or 0xC654CA) is known color: Fuchsia. HEX triplet: C6, 54 and CA. RGB value is (198,84,202). Sum of RGB (Red+Green+Blue) = 198+84+202=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #C654CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654CA is #39AB35. Grayscale: #838383. Windows color (decimal): -3779382 or 13259974. OLE color: 13259974.

HSL color Cylindrical-coordinate representation of color #C654CA: hue angle of 297.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654CA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 84 202 -
CMYK 0.02 0.58 0 0.21
HSL 297.97º 0.53% 0.56% -
HSV(B) 297.97º 0.58% 0.79% -
XYZ 37.12 22.61 58.28 -
YUV 131.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 198 84 202 0.02 0.58 0 0.21 297.97 0.53 0.56
Hex C6 54 CA 2 3A 0 15 12A 35 38
Octal 306 124 312 2 72 0 25 452 65 70
Binary 11000110 1010100 11001010 10 111010 0 10101 100101010 110101 111000

Color Harmonies of #C654CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654CA

Black with #C654CA

Text Example


Text Example

White with #C654CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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