Html Css Color HEX #C855B5 Fuchsia

📋 copy color: '#C855B5'

red 200 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C855B5

Tints of Fuchsia #C855B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 42.92%
G = 18.24%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C855B5 (or 0xC855B5) is known color: Fuchsia. HEX triplet: C8, 55 and B5. RGB value is (200,85,181). Sum of RGB (Red+Green+Blue) = 200+85+181=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855B5 is #37AA4A. Grayscale: #828282. Windows color (decimal): -3648075 or 11883976. OLE color: 11883976.

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

Color convert

RGB 200 85 181 -
CMYK 0 0.58 0.09 0.22
HSL 309.91º 0.51% 0.56% -
HSV(B) 309.91º 0.58% 0.78% -
XYZ 35.41 22.11 46.12 -
YUV 130.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 200 85 181 0 0.58 0.09 0.22 309.91 0.51 0.56
Hex C8 55 B5 0 3A 9 16 136 33 38
Octal 310 125 265 0 72 11 26 466 63 70
Binary 11001000 1010101 10110101 0 111010 1001 10110 100110110 110011 111000

Color Harmonies of #C855B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855B5

Black with #C855B5

Text Example


Text Example

White with #C855B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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