Html Css Color HEX #C857D0 Fuchsia

📋 copy color: '#C857D0'

red 200 ◦ green 87 ◦ blue 208

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

Shades of Fuchsia #C857D0

Tints of Fuchsia #C857D0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.58%

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

R = 40.4%
G = 17.58%
B = 42.02%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C857D0 (or 0xC857D0) is known color: Fuchsia. HEX triplet: C8, 57 and D0. RGB value is (200,87,208). Sum of RGB (Red+Green+Blue) = 200+87+208=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C857D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857D0 is #37A82F. Grayscale: #868686. Windows color (decimal): -3647536 or 13653960. OLE color: 13653960.

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

Color convert

RGB 200 87 208 -
CMYK 0.04 0.58 0 0.18
HSL 296.03º 0.56% 0.58% -
HSV(B) 296.03º 0.58% 0.82% -
XYZ 38.61 23.65 62.2 -
YUV 134.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 200 87 208 0.04 0.58 0 0.18 296.03 0.56 0.58
Hex C8 57 D0 4 3A 0 12 128 38 3A
Octal 310 127 320 4 72 0 22 450 70 72
Binary 11001000 1010111 11010000 100 111010 0 10010 100101000 111000 111010

Color Harmonies of #C857D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C857D0

Black with #C857D0

Text Example


Text Example

White with #C857D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C857D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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