Html Css Color HEX #C865AC Fuchsia

📋 copy color: '#C865AC'

red 200 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C865AC

Tints of Fuchsia #C865AC

RGB

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

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

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

R = 42.28%
G = 21.35%
B = 36.36%

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

#C865AC (or 0xC865AC) is known color: Fuchsia. HEX triplet: C8, 65 and AC. RGB value is (200,101,172). Sum of RGB (Red+Green+Blue) = 200+101+172=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C865AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865AC is #379A53. Grayscale: #8A8A8A. Windows color (decimal): -3643988 or 11298248. OLE color: 11298248.

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

Color convert

RGB 200 101 172 -
CMYK 0 0.49 0.14 0.22
HSL 316.97º 0.47% 0.59% -
HSV(B) 316.97º 0.5% 0.78% -
XYZ 35.92 24.57 41.88 -
YUV 138.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 200 101 172 0 0.49 0.14 0.22 316.97 0.47 0.59
Hex C8 65 AC 0 31 E 16 13D 2F 3B
Octal 310 145 254 0 61 16 26 475 57 73
Binary 11001000 1100101 10101100 0 110001 1110 10110 100111101 101111 111011

Color Harmonies of #C865AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865AC

Black with #C865AC

Text Example


Text Example

White with #C865AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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