Html Css Color HEX #C647BA Fuchsia

📋 copy color: '#C647BA'

red 198 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #C647BA

Tints of Fuchsia #C647BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.6%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 43.52%
G = 15.6%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C647BA (or 0xC647BA) is known color: Fuchsia. HEX triplet: C6, 47 and BA. RGB value is (198,71,186). Sum of RGB (Red+Green+Blue) = 198+71+186=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C647BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647BA is #39B845. Grayscale: #797979. Windows color (decimal): -3782726 or 12208070. OLE color: 12208070.

HSL color Cylindrical-coordinate representation of color #C647BA: hue angle of 305.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647BA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 186 -
CMYK 0 0.64 0.06 0.22
HSL 305.67º 0.53% 0.53% -
HSV(B) 305.67º 0.64% 0.78% -
XYZ 34.4 20.06 48.51 -
YUV 122.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 198 71 186 0 0.64 0.06 0.22 305.67 0.53 0.53
Hex C6 47 BA 0 40 6 16 132 35 35
Octal 306 107 272 0 100 6 26 462 65 65
Binary 11000110 1000111 10111010 0 1000000 110 10110 100110010 110101 110101

Color Harmonies of #C647BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C647BA

Black with #C647BA

Text Example


Text Example

White with #C647BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C647BA; }

 p { color: rgb(198,71,186); }

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

background-color css

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

 a { background-color: rgb(198,71,186); }

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

border-color css

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

 span { border-color: rgb(198,71,186); }

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