Html Css Color HEX #C855C4 Fuchsia

📋 copy color: '#C855C4'

red 200 ◦ green 85 ◦ blue 196

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

Shades of Fuchsia #C855C4

Tints of Fuchsia #C855C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 41.58%
G = 17.67%
B = 40.75%

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

#C855C4 (or 0xC855C4) is known color: Fuchsia. HEX triplet: C8, 55 and C4. RGB value is (200,85,196). Sum of RGB (Red+Green+Blue) = 200+85+196=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C4 is #37AA3B. Grayscale: #838383. Windows color (decimal): -3648060 or 12867016. OLE color: 12867016.

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

Color convert

RGB 200 85 196 -
CMYK 0 0.58 0.02 0.22
HSL 302.09º 0.51% 0.56% -
HSV(B) 302.09º 0.58% 0.78% -
XYZ 37.03 22.76 54.67 -
YUV 132.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 200 85 196 0 0.58 0.02 0.22 302.09 0.51 0.56
Hex C8 55 C4 0 3A 2 16 12E 33 38
Octal 310 125 304 0 72 2 26 456 63 70
Binary 11001000 1010101 11000100 0 111010 10 10110 100101110 110011 111000

Color Harmonies of #C855C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855C4

Black with #C855C4

Text Example


Text Example

White with #C855C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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