Html Css Color HEX #C864C7 Fuchsia

📋 copy color: '#C864C7'

red 200 ◦ green 100 ◦ blue 199

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

Shades of Fuchsia #C864C7

Tints of Fuchsia #C864C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 40.08%
G = 20.04%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C864C7 (or 0xC864C7) is known color: Fuchsia. HEX triplet: C8, 64 and C7. RGB value is (200,100,199). Sum of RGB (Red+Green+Blue) = 200+100+199=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C7 is #379B38. Grayscale: #8C8C8C. Windows color (decimal): -3644217 or 13067464. OLE color: 13067464.

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

Color convert

RGB 200 100 199 -
CMYK 0 0.5 0.00 0.22
HSL 300.6º 0.48% 0.59% -
HSV(B) 300.6º 0.5% 0.78% -
XYZ 38.69 25.52 56.92 -
YUV 141.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 200 100 199 0 0.5 0.00 0.22 300.6 0.48 0.59
Hex C8 64 C7 0 32 0 16 12D 30 3B
Octal 310 144 307 0 62 0 26 455 60 73
Binary 11001000 1100100 11000111 0 110010 0 10110 100101101 110000 111011

Color Harmonies of #C864C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864C7

Black with #C864C7

Text Example


Text Example

White with #C864C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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