Html Css Color HEX #C864BE Fuchsia

📋 copy color: '#C864BE'

red 200 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C864BE

Tints of Fuchsia #C864BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C864BE (or 0xC864BE) is known color: Fuchsia. HEX triplet: C8, 64 and BE. RGB value is (200,100,190). Sum of RGB (Red+Green+Blue) = 200+100+190=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C864BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864BE is #379B41. Grayscale: #8B8B8B. Windows color (decimal): -3644226 or 12477640. OLE color: 12477640.

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

Color convert

RGB 200 100 190 -
CMYK 0 0.5 0.05 0.22
HSL 306º 0.48% 0.59% -
HSV(B) 306º 0.5% 0.78% -
XYZ 37.67 25.11 51.58 -
YUV 140.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 200 100 190 0 0.5 0.05 0.22 306 0.48 0.59
Hex C8 64 BE 0 32 5 16 132 30 3B
Octal 310 144 276 0 62 5 26 462 60 73
Binary 11001000 1100100 10111110 0 110010 101 10110 100110010 110000 111011

Color Harmonies of #C864BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864BE

Black with #C864BE

Text Example


Text Example

White with #C864BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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