Html Css Color HEX #C865AD Fuchsia

📋 copy color: '#C865AD'

red 200 ◦ green 101 ◦ blue 173

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

Shades of Fuchsia #C865AD

Tints of Fuchsia #C865AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 42.19%
G = 21.31%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C865AD (or 0xC865AD) is known color: Fuchsia. HEX triplet: C8, 65 and AD. RGB value is (200,101,173). Sum of RGB (Red+Green+Blue) = 200+101+173=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C865AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865AD is #379A52. Grayscale: #8A8A8A. Windows color (decimal): -3643987 or 11363784. OLE color: 11363784.

HSL color Cylindrical-coordinate representation of color #C865AD: hue angle of 316.36º degrees, saturation: 0.47, 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 #C865AD is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 173 -
CMYK 0 0.49 0.14 0.22
HSL 316.36º 0.47% 0.59% -
HSV(B) 316.36º 0.5% 0.78% -
XYZ 36.02 24.6 42.39 -
YUV 138.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 200 101 173 0 0.49 0.14 0.22 316.36 0.47 0.59
Hex C8 65 AD 0 31 E 16 13C 2F 3B
Octal 310 145 255 0 61 16 26 474 57 73
Binary 11001000 1100101 10101101 0 110001 1110 10110 100111100 101111 111011

Color Harmonies of #C865AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865AD

Black with #C865AD

Text Example


Text Example

White with #C865AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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