Html Css Color HEX #C863C4 Fuchsia

📋 copy color: '#C863C4'

red 200 ◦ green 99 ◦ blue 196

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

Shades of Fuchsia #C863C4

Tints of Fuchsia #C863C4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 40.4%
G = 20%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C863C4 (or 0xC863C4) is known color: Fuchsia. HEX triplet: C8, 63 and C4. RGB value is (200,99,196). Sum of RGB (Red+Green+Blue) = 200+99+196=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C863C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863C4 is #379C3B. Grayscale: #8B8B8B. Windows color (decimal): -3644476 or 12870600. OLE color: 12870600.

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

Color convert

RGB 200 99 196 -
CMYK 0 0.50 0.02 0.22
HSL 302.38º 0.48% 0.59% -
HSV(B) 302.38º 0.51% 0.78% -
XYZ 38.25 25.19 55.07 -
YUV 140.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 200 99 196 0 0.50 0.02 0.22 302.38 0.48 0.59
Hex C8 63 C4 0 32 2 16 12E 30 3B
Octal 310 143 304 0 62 2 26 456 60 73
Binary 11001000 1100011 11000100 0 110010 10 10110 100101110 110000 111011

Color Harmonies of #C863C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863C4

Black with #C863C4

Text Example


Text Example

White with #C863C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863C4; }

 p { color: rgb(200,99,196); }

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

background-color css

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

 a { background-color: rgb(200,99,196); }

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

border-color css

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

 span { border-color: rgb(200,99,196); }

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