Html Css Color HEX #C654CF Fuchsia

📋 copy color: '#C654CF'

red 198 ◦ green 84 ◦ blue 207

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

Shades of Fuchsia #C654CF

Tints of Fuchsia #C654CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 40.49%
G = 17.18%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C654CF (or 0xC654CF) is known color: Fuchsia. HEX triplet: C6, 54 and CF. RGB value is (198,84,207). Sum of RGB (Red+Green+Blue) = 198+84+207=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C654CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654CF is #39AB30. Grayscale: #838383. Windows color (decimal): -3779377 or 13587654. OLE color: 13587654.

HSL color Cylindrical-coordinate representation of color #C654CF: hue angle of 295.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C654CF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 84 207 -
CMYK 0.04 0.59 0 0.19
HSL 295.61º 0.56% 0.57% -
HSV(B) 295.61º 0.59% 0.81% -
XYZ 37.72 22.85 61.45 -
YUV 132.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 198 84 207 0.04 0.59 0 0.19 295.61 0.56 0.57
Hex C6 54 CF 4 3B 0 13 128 38 39
Octal 306 124 317 4 73 0 23 450 70 71
Binary 11000110 1010100 11001111 100 111011 0 10011 100101000 111000 111001

Color Harmonies of #C654CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654CF

Black with #C654CF

Text Example


Text Example

White with #C654CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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