Html Css Color HEX #C647C0 Fuchsia

📋 copy color: '#C647C0'

red 198 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #C647C0

Tints of Fuchsia #C647C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 42.95%
G = 15.4%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C647C0 (or 0xC647C0) is known color: Fuchsia. HEX triplet: C6, 47 and C0. RGB value is (198,71,192). Sum of RGB (Red+Green+Blue) = 198+71+192=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C647C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647C0 is #39B83F. Grayscale: #7A7A7A. Windows color (decimal): -3782720 or 12601286. OLE color: 12601286.

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

Color convert

RGB 198 71 192 -
CMYK 0 0.64 0.03 0.22
HSL 302.83º 0.53% 0.53% -
HSV(B) 302.83º 0.64% 0.78% -
XYZ 35.06 20.32 51.94 -
YUV 122.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 198 71 192 0 0.64 0.03 0.22 302.83 0.53 0.53
Hex C6 47 C0 0 40 3 16 12F 35 35
Octal 306 107 300 0 100 3 26 457 65 65
Binary 11000110 1000111 11000000 0 1000000 11 10110 100101111 110101 110101

Color Harmonies of #C647C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C647C0

Black with #C647C0

Text Example


Text Example

White with #C647C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C647C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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