Html Css Color HEX #C855C5 Fuchsia

📋 copy color: '#C855C5'

red 200 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #C855C5

Tints of Fuchsia #C855C5

RGB

 RED value IS 200 (78.52% from 255) = 41.49%

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 41.49%
G = 17.63%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C855C5 (or 0xC855C5) is known color: Fuchsia. HEX triplet: C8, 55 and C5. RGB value is (200,85,197). Sum of RGB (Red+Green+Blue) = 200+85+197=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C5 is #37AA3A. Grayscale: #838383. Windows color (decimal): -3648059 or 12932552. OLE color: 12932552.

HSL color Cylindrical-coordinate representation of color #C855C5: hue angle of 301.57º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855C5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 197 -
CMYK 0 0.58 0.02 0.22
HSL 301.57º 0.51% 0.56% -
HSV(B) 301.57º 0.58% 0.78% -
XYZ 37.15 22.81 55.27 -
YUV 132.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 200 85 197 0 0.58 0.02 0.22 301.57 0.51 0.56
Hex C8 55 C5 0 3A 2 16 12E 33 38
Octal 310 125 305 0 72 2 26 456 63 70
Binary 11001000 1010101 11000101 0 111010 10 10110 100101110 110011 111000

Color Harmonies of #C855C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855C5

Black with #C855C5

Text Example


Text Example

White with #C855C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855C5; }

 p { color: rgb(200,85,197); }

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

background-color css

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

 a { background-color: rgb(200,85,197); }

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

border-color css

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

 span { border-color: rgb(200,85,197); }

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