Html Css Color HEX #C85ABE Fuchsia

📋 copy color: '#C85ABE'

red 200 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #C85ABE

Tints of Fuchsia #C85ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 41.67%
G = 18.75%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C85ABE (or 0xC85ABE) is known color: Fuchsia. HEX triplet: C8, 5A and BE. RGB value is (200,90,190). Sum of RGB (Red+Green+Blue) = 200+90+190=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C85ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ABE is #37A541. Grayscale: #868686. Windows color (decimal): -3646786 or 12475080. OLE color: 12475080.

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

Color convert

RGB 200 90 190 -
CMYK 0 0.55 0.05 0.22
HSL 305.45º 0.5% 0.57% -
HSV(B) 305.45º 0.55% 0.78% -
XYZ 36.77 23.31 51.28 -
YUV 134.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 200 90 190 0 0.55 0.05 0.22 305.45 0.5 0.57
Hex C8 5A BE 0 37 5 16 131 32 39
Octal 310 132 276 0 67 5 26 461 62 71
Binary 11001000 1011010 10111110 0 110111 101 10110 100110001 110010 111001

Color Harmonies of #C85ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ABE

Black with #C85ABE

Text Example


Text Example

White with #C85ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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