Html Css Color HEX #C651BD Fuchsia

📋 copy color: '#C651BD'

red 198 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #C651BD

Tints of Fuchsia #C651BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 42.31%
G = 17.31%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C651BD (or 0xC651BD) is known color: Fuchsia. HEX triplet: C6, 51 and BD. RGB value is (198,81,189). Sum of RGB (Red+Green+Blue) = 198+81+189=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C651BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651BD is #39AE42. Grayscale: #7F7F7F. Windows color (decimal): -3780163 or 12407238. OLE color: 12407238.

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

Color convert

RGB 198 81 189 -
CMYK 0 0.59 0.05 0.22
HSL 304.62º 0.51% 0.55% -
HSV(B) 304.62º 0.59% 0.78% -
XYZ 35.42 21.56 50.44 -
YUV 128.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 198 81 189 0 0.59 0.05 0.22 304.62 0.51 0.55
Hex C6 51 BD 0 3B 5 16 131 33 37
Octal 306 121 275 0 73 5 26 461 63 67
Binary 11000110 1010001 10111101 0 111011 101 10110 100110001 110011 110111

Color Harmonies of #C651BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651BD

Black with #C651BD

Text Example


Text Example

White with #C651BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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