Html Css Color HEX #C85DC7 Fuchsia

📋 copy color: '#C85DC7'

red 200 ◦ green 93 ◦ blue 199

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

Shades of Fuchsia #C85DC7

Tints of Fuchsia #C85DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 40.65%
G = 18.9%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C85DC7 (or 0xC85DC7) is known color: Fuchsia. HEX triplet: C8, 5D and C7. RGB value is (200,93,199). Sum of RGB (Red+Green+Blue) = 200+93+199=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DC7 is #37A238. Grayscale: #888888. Windows color (decimal): -3646009 or 13065672. OLE color: 13065672.

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

Color convert

RGB 200 93 199 -
CMYK 0 0.54 0.00 0.22
HSL 300.56º 0.49% 0.57% -
HSV(B) 300.56º 0.54% 0.78% -
XYZ 38.04 24.23 56.7 -
YUV 137.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 200 93 199 0 0.54 0.00 0.22 300.56 0.49 0.57
Hex C8 5D C7 0 36 0 16 12D 31 39
Octal 310 135 307 0 66 0 26 455 61 71
Binary 11001000 1011101 11000111 0 110110 0 10110 100101101 110001 111001

Color Harmonies of #C85DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DC7

Black with #C85DC7

Text Example


Text Example

White with #C85DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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