Html Css Color HEX #C85AC5 Fuchsia

📋 copy color: '#C85AC5'

red 200 ◦ green 90 ◦ blue 197

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

Shades of Fuchsia #C85AC5

Tints of Fuchsia #C85AC5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

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

R = 41.07%
G = 18.48%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C85AC5 (or 0xC85AC5) is known color: Fuchsia. HEX triplet: C8, 5A and C5. RGB value is (200,90,197). Sum of RGB (Red+Green+Blue) = 200+90+197=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC5 is #37A53A. Grayscale: #868686. Windows color (decimal): -3646779 or 12933832. OLE color: 12933832.

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

Color convert

RGB 200 90 197 -
CMYK 0 0.55 0.02 0.22
HSL 301.64º 0.5% 0.57% -
HSV(B) 301.64º 0.55% 0.78% -
XYZ 37.55 23.62 55.4 -
YUV 135.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 200 90 197 0 0.55 0.02 0.22 301.64 0.5 0.57
Hex C8 5A C5 0 37 2 16 12E 32 39
Octal 310 132 305 0 67 2 26 456 62 71
Binary 11001000 1011010 11000101 0 110111 10 10110 100101110 110010 111001

Color Harmonies of #C85AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC5

Black with #C85AC5

Text Example


Text Example

White with #C85AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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