Html Css Color HEX #C85AC2 Fuchsia

📋 copy color: '#C85AC2'

red 200 ◦ green 90 ◦ blue 194

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

Shades of Fuchsia #C85AC2

Tints of Fuchsia #C85AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.08%

R = 41.32%
G = 18.6%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C85AC2 (or 0xC85AC2) is known color: Fuchsia. HEX triplet: C8, 5A and C2. RGB value is (200,90,194). Sum of RGB (Red+Green+Blue) = 200+90+194=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC2 is #37A53D. Grayscale: #868686. Windows color (decimal): -3646782 or 12737224. OLE color: 12737224.

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

Color convert

RGB 200 90 194 -
CMYK 0 0.55 0.03 0.22
HSL 303.27º 0.5% 0.57% -
HSV(B) 303.27º 0.55% 0.78% -
XYZ 37.21 23.49 53.61 -
YUV 134.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 200 90 194 0 0.55 0.03 0.22 303.27 0.5 0.57
Hex C8 5A C2 0 37 3 16 12F 32 39
Octal 310 132 302 0 67 3 26 457 62 71
Binary 11001000 1011010 11000010 0 110111 11 10110 100101111 110010 111001

Color Harmonies of #C85AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC2

Black with #C85AC2

Text Example


Text Example

White with #C85AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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