Html Css Color HEX #C864BA Fuchsia

📋 copy color: '#C864BA'

red 200 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #C864BA

Tints of Fuchsia #C864BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 41.15%
G = 20.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C864BA (or 0xC864BA) is known color: Fuchsia. HEX triplet: C8, 64 and BA. RGB value is (200,100,186). Sum of RGB (Red+Green+Blue) = 200+100+186=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C864BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864BA is #379B45. Grayscale: #8B8B8B. Windows color (decimal): -3644230 or 12215496. OLE color: 12215496.

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

Color convert

RGB 200 100 186 -
CMYK 0 0.5 0.07 0.22
HSL 308.4º 0.48% 0.59% -
HSV(B) 308.4º 0.5% 0.78% -
XYZ 37.24 24.94 49.31 -
YUV 139.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 200 100 186 0 0.5 0.07 0.22 308.4 0.48 0.59
Hex C8 64 BA 0 32 7 16 134 30 3B
Octal 310 144 272 0 62 7 26 464 60 73
Binary 11001000 1100100 10111010 0 110010 111 10110 100110100 110000 111011

Color Harmonies of #C864BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864BA

Black with #C864BA

Text Example


Text Example

White with #C864BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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