Html Css Color HEX #C855D0 Fuchsia

📋 copy color: '#C855D0'

red 200 ◦ green 85 ◦ blue 208

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

Shades of Fuchsia #C855D0

Tints of Fuchsia #C855D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 40.57%
G = 17.24%
B = 42.19%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C855D0 (or 0xC855D0) is known color: Fuchsia. HEX triplet: C8, 55 and D0. RGB value is (200,85,208). Sum of RGB (Red+Green+Blue) = 200+85+208=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #C855D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855D0 is #37AA2F. Grayscale: #858585. Windows color (decimal): -3648048 or 13653448. OLE color: 13653448.

HSL color Cylindrical-coordinate representation of color #C855D0: hue angle of 296.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C855D0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 85 208 -
CMYK 0.04 0.59 0 0.18
HSL 296.1º 0.57% 0.57% -
HSV(B) 296.1º 0.59% 0.82% -
XYZ 38.45 23.33 62.15 -
YUV 133.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 200 85 208 0.04 0.59 0 0.18 296.1 0.57 0.57
Hex C8 55 D0 4 3B 0 12 128 39 39
Octal 310 125 320 4 73 0 22 450 71 71
Binary 11001000 1010101 11010000 100 111011 0 10010 100101000 111001 111001

Color Harmonies of #C855D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855D0

Black with #C855D0

Text Example


Text Example

White with #C855D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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