Html Css Color HEX #C650BE Fuchsia

📋 copy color: '#C650BE'

red 198 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #C650BE

Tints of Fuchsia #C650BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

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

R = 42.31%
G = 17.09%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C650BE (or 0xC650BE) is known color: Fuchsia. HEX triplet: C6, 50 and BE. RGB value is (198,80,190). Sum of RGB (Red+Green+Blue) = 198+80+190=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C650BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650BE is #39AF41. Grayscale: #7F7F7F. Windows color (decimal): -3780418 or 12472518. OLE color: 12472518.

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

Color convert

RGB 198 80 190 -
CMYK 0 0.60 0.04 0.22
HSL 304.07º 0.51% 0.55% -
HSV(B) 304.07º 0.6% 0.78% -
XYZ 35.45 21.46 50.99 -
YUV 127.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 198 80 190 0 0.60 0.04 0.22 304.07 0.51 0.55
Hex C6 50 BE 0 3C 4 16 130 33 37
Octal 306 120 276 0 74 4 26 460 63 67
Binary 11000110 1010000 10111110 0 111100 100 10110 100110000 110011 110111

Color Harmonies of #C650BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650BE

Black with #C650BE

Text Example


Text Example

White with #C650BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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