Html Css Color HEX #C864C2 Fuchsia

📋 copy color: '#C864C2'

red 200 ◦ green 100 ◦ blue 194

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

Shades of Fuchsia #C864C2

Tints of Fuchsia #C864C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.27%

R = 40.49%
G = 20.24%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C864C2 (or 0xC864C2) is known color: Fuchsia. HEX triplet: C8, 64 and C2. RGB value is (200,100,194). Sum of RGB (Red+Green+Blue) = 200+100+194=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C2 is #379B3D. Grayscale: #8C8C8C. Windows color (decimal): -3644222 or 12739784. OLE color: 12739784.

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

Color convert

RGB 200 100 194 -
CMYK 0 0.5 0.03 0.22
HSL 303.6º 0.48% 0.59% -
HSV(B) 303.6º 0.5% 0.78% -
XYZ 38.11 25.29 53.91 -
YUV 140.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 200 100 194 0 0.5 0.03 0.22 303.6 0.48 0.59
Hex C8 64 C2 0 32 3 16 130 30 3B
Octal 310 144 302 0 62 3 26 460 60 73
Binary 11001000 1100100 11000010 0 110010 11 10110 100110000 110000 111011

Color Harmonies of #C864C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864C2

Black with #C864C2

Text Example


Text Example

White with #C864C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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