Html Css Color HEX #C85AC7 Fuchsia

📋 copy color: '#C85AC7'

red 200 ◦ green 90 ◦ blue 199

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

Shades of Fuchsia #C85AC7

Tints of Fuchsia #C85AC7

RGB

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

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

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

R = 40.9%
G = 18.4%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C85AC7 (or 0xC85AC7) is known color: Fuchsia. HEX triplet: C8, 5A and C7. RGB value is (200,90,199). Sum of RGB (Red+Green+Blue) = 200+90+199=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC7 is #37A538. Grayscale: #868686. Windows color (decimal): -3646777 or 13064904. OLE color: 13064904.

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

Color convert

RGB 200 90 199 -
CMYK 0 0.55 0.00 0.22
HSL 300.55º 0.5% 0.57% -
HSV(B) 300.55º 0.55% 0.78% -
XYZ 37.78 23.72 56.62 -
YUV 135.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 200 90 199 0 0.55 0.00 0.22 300.55 0.5 0.57
Hex C8 5A C7 0 37 0 16 12D 32 39
Octal 310 132 307 0 67 0 26 455 62 71
Binary 11001000 1011010 11000111 0 110111 0 10110 100101101 110010 111001

Color Harmonies of #C85AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC7

Black with #C85AC7

Text Example


Text Example

White with #C85AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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