Html Css Color HEX #C651BE Fuchsia

📋 copy color: '#C651BE'

red 198 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C651BE

Tints of Fuchsia #C651BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 42.22%
G = 17.27%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C651BE (or 0xC651BE) is known color: Fuchsia. HEX triplet: C6, 51 and BE. RGB value is (198,81,190). Sum of RGB (Red+Green+Blue) = 198+81+190=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C651BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651BE is #39AE41. Grayscale: #808080. Windows color (decimal): -3780162 or 12472774. OLE color: 12472774.

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

Color convert

RGB 198 81 190 -
CMYK 0 0.59 0.04 0.22
HSL 304.1º 0.51% 0.55% -
HSV(B) 304.1º 0.59% 0.78% -
XYZ 35.53 21.61 51.01 -
YUV 128.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 198 81 190 0 0.59 0.04 0.22 304.1 0.51 0.55
Hex C6 51 BE 0 3B 4 16 130 33 37
Octal 306 121 276 0 73 4 26 460 63 67
Binary 11000110 1010001 10111110 0 111011 100 10110 100110000 110011 110111

Color Harmonies of #C651BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651BE

Black with #C651BE

Text Example


Text Example

White with #C651BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651BE; }

 p { color: rgb(198,81,190); }

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

background-color css

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

 a { background-color: rgb(198,81,190); }

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

border-color css

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

 span { border-color: rgb(198,81,190); }

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