Html Css Color HEX #C85DAC Fuchsia

📋 copy color: '#C85DAC'

red 200 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #C85DAC

Tints of Fuchsia #C85DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 43.01%
G = 20%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85DAC (or 0xC85DAC) is known color: Fuchsia. HEX triplet: C8, 5D and AC. RGB value is (200,93,172). Sum of RGB (Red+Green+Blue) = 200+93+172=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAC is #37A253. Grayscale: #858585. Windows color (decimal): -3646036 or 11296200. OLE color: 11296200.

HSL color Cylindrical-coordinate representation of color #C85DAC: hue angle of 315.7º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DAC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 172 -
CMYK 0 0.54 0.14 0.22
HSL 315.7º 0.49% 0.57% -
HSV(B) 315.7º 0.54% 0.78% -
XYZ 35.18 23.09 41.63 -
YUV 134 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 200 93 172 0 0.54 0.14 0.22 315.7 0.49 0.57
Hex C8 5D AC 0 36 E 16 13C 31 39
Octal 310 135 254 0 66 16 26 474 61 71
Binary 11001000 1011101 10101100 0 110110 1110 10110 100111100 110001 111001

Color Harmonies of #C85DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DAC

Black with #C85DAC

Text Example


Text Example

White with #C85DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DAC; }

 p { color: rgb(200,93,172); }

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

background-color css

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

 a { background-color: rgb(200,93,172); }

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

border-color css

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

 span { border-color: rgb(200,93,172); }

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