Html Css Color HEX #C864C0 Fuchsia

📋 copy color: '#C864C0'

red 200 ◦ green 100 ◦ blue 192

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

Shades of Fuchsia #C864C0

Tints of Fuchsia #C864C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 40.65%
G = 20.33%
B = 39.02%

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

#C864C0 (or 0xC864C0) is known color: Fuchsia. HEX triplet: C8, 64 and C0. RGB value is (200,100,192). Sum of RGB (Red+Green+Blue) = 200+100+192=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C0 is #379B3F. Grayscale: #8C8C8C. Windows color (decimal): -3644224 or 12608712. OLE color: 12608712.

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

Color convert

RGB 200 100 192 -
CMYK 0 0.5 0.04 0.22
HSL 304.8º 0.48% 0.59% -
HSV(B) 304.8º 0.5% 0.78% -
XYZ 37.89 25.2 52.74 -
YUV 140.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 200 100 192 0 0.5 0.04 0.22 304.8 0.48 0.59
Hex C8 64 C0 0 32 4 16 131 30 3B
Octal 310 144 300 0 62 4 26 461 60 73
Binary 11001000 1100100 11000000 0 110010 100 10110 100110001 110000 111011

Color Harmonies of #C864C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864C0

Black with #C864C0

Text Example


Text Example

White with #C864C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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