Html Css Color HEX #C864AD Fuchsia

📋 copy color: '#C864AD'

red 200 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #C864AD

Tints of Fuchsia #C864AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 42.28%
G = 21.14%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C864AD (or 0xC864AD) is known color: Fuchsia. HEX triplet: C8, 64 and AD. RGB value is (200,100,173). Sum of RGB (Red+Green+Blue) = 200+100+173=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C864AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864AD is #379B52. Grayscale: #8A8A8A. Windows color (decimal): -3644243 or 11363528. OLE color: 11363528.

HSL color Cylindrical-coordinate representation of color #C864AD: hue angle of 316.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C864AD is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 173 -
CMYK 0 0.5 0.14 0.22
HSL 316.2º 0.48% 0.59% -
HSV(B) 316.2º 0.5% 0.78% -
XYZ 35.92 24.41 42.35 -
YUV 138.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 200 100 173 0 0.5 0.14 0.22 316.2 0.48 0.59
Hex C8 64 AD 0 32 E 16 13C 30 3B
Octal 310 144 255 0 62 16 26 474 60 73
Binary 11001000 1100100 10101101 0 110010 1110 10110 100111100 110000 111011

Color Harmonies of #C864AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864AD

Black with #C864AD

Text Example


Text Example

White with #C864AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864AD; }

 p { color: rgb(200,100,173); }

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

background-color css

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

 a { background-color: rgb(200,100,173); }

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

border-color css

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

 span { border-color: rgb(200,100,173); }

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