Html Css Color HEX #C855B1 Fuchsia

📋 copy color: '#C855B1'

red 200 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #C855B1

Tints of Fuchsia #C855B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 43.29%
G = 18.4%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C855B1 (or 0xC855B1) is known color: Fuchsia. HEX triplet: C8, 55 and B1. RGB value is (200,85,177). Sum of RGB (Red+Green+Blue) = 200+85+177=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855B1 is #37AA4E. Grayscale: #818181. Windows color (decimal): -3648079 or 11621832. OLE color: 11621832.

HSL color Cylindrical-coordinate representation of color #C855B1: hue angle of 312º 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 #C855B1 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 177 -
CMYK 0 0.58 0.12 0.22
HSL 312º 0.51% 0.56% -
HSV(B) 312º 0.58% 0.78% -
XYZ 35 21.95 43.99 -
YUV 129.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 200 85 177 0 0.58 0.12 0.22 312 0.51 0.56
Hex C8 55 B1 0 3A C 16 138 33 38
Octal 310 125 261 0 72 14 26 470 63 70
Binary 11001000 1010101 10110001 0 111010 1100 10110 100111000 110011 111000

Color Harmonies of #C855B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855B1

Black with #C855B1

Text Example


Text Example

White with #C855B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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