Html Css Color HEX #C655CC Fuchsia

📋 copy color: '#C655CC'

red 198 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #C655CC

Tints of Fuchsia #C655CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 40.66%
G = 17.45%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C655CC (or 0xC655CC) is known color: Fuchsia. HEX triplet: C6, 55 and CC. RGB value is (198,85,204). Sum of RGB (Red+Green+Blue) = 198+85+204=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C655CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CC is #39AA33. Grayscale: #838383. Windows color (decimal): -3779124 or 13391302. OLE color: 13391302.

HSL color Cylindrical-coordinate representation of color #C655CC: hue angle of 296.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C655CC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 85 204 -
CMYK 0.03 0.58 0 0.2
HSL 296.97º 0.54% 0.57% -
HSV(B) 296.97º 0.58% 0.8% -
XYZ 37.44 22.86 59.57 -
YUV 132.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 198 85 204 0.03 0.58 0 0.2 296.97 0.54 0.57
Hex C6 55 CC 3 3A 0 14 129 36 39
Octal 306 125 314 3 72 0 24 451 66 71
Binary 11000110 1010101 11001100 11 111010 0 10100 100101001 110110 111001

Color Harmonies of #C655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655CC

Black with #C655CC

Text Example


Text Example

White with #C655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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