Html Css Color HEX #C864B9 Fuchsia

📋 copy color: '#C864B9'

red 200 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #C864B9

Tints of Fuchsia #C864B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 41.24%
G = 20.62%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C864B9 (or 0xC864B9) is known color: Fuchsia. HEX triplet: C8, 64 and B9. RGB value is (200,100,185). Sum of RGB (Red+Green+Blue) = 200+100+185=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C864B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864B9 is #379B46. Grayscale: #8B8B8B. Windows color (decimal): -3644231 or 12149960. OLE color: 12149960.

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

Color convert

RGB 200 100 185 -
CMYK 0 0.5 0.08 0.22
HSL 309º 0.48% 0.59% -
HSV(B) 309º 0.5% 0.78% -
XYZ 37.13 24.9 48.75 -
YUV 139.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 200 100 185 0 0.5 0.08 0.22 309 0.48 0.59
Hex C8 64 B9 0 32 8 16 135 30 3B
Octal 310 144 271 0 62 10 26 465 60 73
Binary 11001000 1100100 10111001 0 110010 1000 10110 100110101 110000 111011

Color Harmonies of #C864B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864B9

Black with #C864B9

Text Example


Text Example

White with #C864B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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