Html Css Color HEX #C655CE Fuchsia

📋 copy color: '#C655CE'

red 198 ◦ green 85 ◦ blue 206

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

Shades of Fuchsia #C655CE

Tints of Fuchsia #C655CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

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

R = 40.49%
G = 17.38%
B = 42.13%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C655CE (or 0xC655CE) is known color: Fuchsia. HEX triplet: C6, 55 and CE. RGB value is (198,85,206). Sum of RGB (Red+Green+Blue) = 198+85+206=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C655CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CE is #39AA31. Grayscale: #848484. Windows color (decimal): -3779122 or 13522374. OLE color: 13522374.

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

Color convert

RGB 198 85 206 -
CMYK 0.04 0.59 0 0.19
HSL 296.03º 0.55% 0.57% -
HSV(B) 296.03º 0.59% 0.81% -
XYZ 37.68 22.96 60.84 -
YUV 132.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 198 85 206 0.04 0.59 0 0.19 296.03 0.55 0.57
Hex C6 55 CE 4 3B 0 13 128 37 39
Octal 306 125 316 4 73 0 23 450 67 71
Binary 11000110 1010101 11001110 100 111011 0 10011 100101000 110111 111001

Color Harmonies of #C655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655CE

Black with #C655CE

Text Example


Text Example

White with #C655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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