Html Css Color HEX #C864BF Fuchsia

📋 copy color: '#C864BF'

red 200 ◦ green 100 ◦ blue 191

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

Shades of Fuchsia #C864BF

Tints of Fuchsia #C864BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 40.73%
G = 20.37%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C864BF (or 0xC864BF) is known color: Fuchsia. HEX triplet: C8, 64 and BF. RGB value is (200,100,191). Sum of RGB (Red+Green+Blue) = 200+100+191=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C864BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864BF is #379B40. Grayscale: #8C8C8C. Windows color (decimal): -3644225 or 12543176. OLE color: 12543176.

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

Color convert

RGB 200 100 191 -
CMYK 0 0.5 0.04 0.22
HSL 305.4º 0.48% 0.59% -
HSV(B) 305.4º 0.5% 0.78% -
XYZ 37.78 25.16 52.15 -
YUV 140.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 200 100 191 0 0.5 0.04 0.22 305.4 0.48 0.59
Hex C8 64 BF 0 32 4 16 131 30 3B
Octal 310 144 277 0 62 4 26 461 60 73
Binary 11001000 1100100 10111111 0 110010 100 10110 100110001 110000 111011

Color Harmonies of #C864BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864BF

Black with #C864BF

Text Example


Text Example

White with #C864BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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