Html Css Color HEX #C85DC5 Fuchsia

📋 copy color: '#C85DC5'

red 200 ◦ green 93 ◦ blue 197

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

Shades of Fuchsia #C85DC5

Tints of Fuchsia #C85DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 40.82%
G = 18.98%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C85DC5 (or 0xC85DC5) is known color: Fuchsia. HEX triplet: C8, 5D and C5. RGB value is (200,93,197). Sum of RGB (Red+Green+Blue) = 200+93+197=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DC5 is #37A23A. Grayscale: #888888. Windows color (decimal): -3646011 or 12934600. OLE color: 12934600.

HSL color Cylindrical-coordinate representation of color #C85DC5: hue angle of 301.68º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DC5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 197 -
CMYK 0 0.54 0.02 0.22
HSL 301.68º 0.49% 0.57% -
HSV(B) 301.68º 0.54% 0.78% -
XYZ 37.81 24.14 55.49 -
YUV 136.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 200 93 197 0 0.54 0.02 0.22 301.68 0.49 0.57
Hex C8 5D C5 0 36 2 16 12E 31 39
Octal 310 135 305 0 66 2 26 456 61 71
Binary 11001000 1011101 11000101 0 110110 10 10110 100101110 110001 111001

Color Harmonies of #C85DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DC5

Black with #C85DC5

Text Example


Text Example

White with #C85DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DC5; }

 p { color: rgb(200,93,197); }

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

background-color css

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

 a { background-color: rgb(200,93,197); }

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

border-color css

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

 span { border-color: rgb(200,93,197); }

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