Html Css Color HEX #C650CE Fuchsia

📋 copy color: '#C650CE'

red 198 ◦ green 80 ◦ blue 206

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

Shades of Fuchsia #C650CE

Tints of Fuchsia #C650CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 40.91%
G = 16.53%
B = 42.56%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C650CE (or 0xC650CE) is known color: Fuchsia. HEX triplet: C6, 50 and CE. RGB value is (198,80,206). Sum of RGB (Red+Green+Blue) = 198+80+206=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C650CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650CE is #39AF31. Grayscale: #818181. Windows color (decimal): -3780402 or 13521094. OLE color: 13521094.

HSL color Cylindrical-coordinate representation of color #C650CE: hue angle of 296.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C650CE is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 80 206 -
CMYK 0.04 0.61 0 0.19
HSL 296.19º 0.56% 0.56% -
HSV(B) 296.19º 0.61% 0.81% -
XYZ 37.3 22.2 60.71 -
YUV 129.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 198 80 206 0.04 0.61 0 0.19 296.19 0.56 0.56
Hex C6 50 CE 4 3D 0 13 128 38 38
Octal 306 120 316 4 75 0 23 450 70 70
Binary 11000110 1010000 11001110 100 111101 0 10011 100101000 111000 111000

Color Harmonies of #C650CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650CE

Black with #C650CE

Text Example


Text Example

White with #C650CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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