Html Css Color HEX #C85AC0 Fuchsia

📋 copy color: '#C85AC0'

red 200 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #C85AC0

Tints of Fuchsia #C85AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 41.49%
G = 18.67%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C85AC0 (or 0xC85AC0) is known color: Fuchsia. HEX triplet: C8, 5A and C0. RGB value is (200,90,192). Sum of RGB (Red+Green+Blue) = 200+90+192=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC0 is #37A53F. Grayscale: #868686. Windows color (decimal): -3646784 or 12606152. OLE color: 12606152.

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

Color convert

RGB 200 90 192 -
CMYK 0 0.55 0.04 0.22
HSL 304.36º 0.5% 0.57% -
HSV(B) 304.36º 0.55% 0.78% -
XYZ 36.99 23.4 52.44 -
YUV 134.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 200 90 192 0 0.55 0.04 0.22 304.36 0.5 0.57
Hex C8 5A C0 0 37 4 16 130 32 39
Octal 310 132 300 0 67 4 26 460 62 71
Binary 11001000 1011010 11000000 0 110111 100 10110 100110000 110010 111001

Color Harmonies of #C85AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC0

Black with #C85AC0

Text Example


Text Example

White with #C85AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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