Html Css Color HEX #C85AC6 Fuchsia

📋 copy color: '#C85AC6'

red 200 ◦ green 90 ◦ blue 198

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

Shades of Fuchsia #C85AC6

Tints of Fuchsia #C85AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 40.98%
G = 18.44%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C85AC6 (or 0xC85AC6) is known color: Fuchsia. HEX triplet: C8, 5A and C6. RGB value is (200,90,198). Sum of RGB (Red+Green+Blue) = 200+90+198=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC6 is #37A539. Grayscale: #868686. Windows color (decimal): -3646778 or 12999368. OLE color: 12999368.

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

Color convert

RGB 200 90 198 -
CMYK 0 0.55 0.01 0.22
HSL 301.09º 0.5% 0.57% -
HSV(B) 301.09º 0.55% 0.78% -
XYZ 37.67 23.67 56.01 -
YUV 135.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 200 90 198 0 0.55 0.01 0.22 301.09 0.5 0.57
Hex C8 5A C6 0 37 1 16 12D 32 39
Octal 310 132 306 0 67 1 26 455 62 71
Binary 11001000 1011010 11000110 0 110111 1 10110 100101101 110010 111001

Color Harmonies of #C85AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC6

Black with #C85AC6

Text Example


Text Example

White with #C85AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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