Html Css Color HEX #C655BF Fuchsia

📋 copy color: '#C655BF'

red 198 ◦ green 85 ◦ blue 191

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

Shades of Fuchsia #C655BF

Tints of Fuchsia #C655BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.93%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 41.77%
G = 17.93%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C655BF (or 0xC655BF) is known color: Fuchsia. HEX triplet: C6, 55 and BF. RGB value is (198,85,191). Sum of RGB (Red+Green+Blue) = 198+85+191=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C655BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655BF is #39AA40. Grayscale: #828282. Windows color (decimal): -3779137 or 12539334. OLE color: 12539334.

HSL color Cylindrical-coordinate representation of color #C655BF: hue angle of 303.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C655BF is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 191 -
CMYK 0 0.57 0.04 0.22
HSL 303.72º 0.5% 0.55% -
HSV(B) 303.72º 0.57% 0.78% -
XYZ 35.94 22.26 51.69 -
YUV 130.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 198 85 191 0 0.57 0.04 0.22 303.72 0.5 0.55
Hex C6 55 BF 0 39 4 16 130 32 37
Octal 306 125 277 0 71 4 26 460 62 67
Binary 11000110 1010101 10111111 0 111001 100 10110 100110000 110010 110111

Color Harmonies of #C655BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655BF

Black with #C655BF

Text Example


Text Example

White with #C655BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655BF; }

 p { color: rgb(198,85,191); }

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

background-color css

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

 a { background-color: rgb(198,85,191); }

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

border-color css

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

 span { border-color: rgb(198,85,191); }

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