Html Css Color HEX #C860BF Fuchsia

📋 copy color: '#C860BF'

red 200 ◦ green 96 ◦ blue 191

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

Shades of Fuchsia #C860BF

Tints of Fuchsia #C860BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

 BLUE value IS 191 (75% from 255) = 39.22%

R = 41.07%
G = 19.71%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C860BF (or 0xC860BF) is known color: Fuchsia. HEX triplet: C8, 60 and BF. RGB value is (200,96,191). Sum of RGB (Red+Green+Blue) = 200+96+191=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C860BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860BF is #379F40. Grayscale: #898989. Windows color (decimal): -3645249 or 12542152. OLE color: 12542152.

HSL color Cylindrical-coordinate representation of color #C860BF: hue angle of 305.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860BF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 96 191 -
CMYK 0 0.52 0.04 0.22
HSL 305.19º 0.49% 0.58% -
HSV(B) 305.19º 0.52% 0.78% -
XYZ 37.41 24.41 52.03 -
YUV 137.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 200 96 191 0 0.52 0.04 0.22 305.19 0.49 0.58
Hex C8 60 BF 0 34 4 16 131 31 3A
Octal 310 140 277 0 64 4 26 461 61 72
Binary 11001000 1100000 10111111 0 110100 100 10110 100110001 110001 111010

Color Harmonies of #C860BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860BF

Black with #C860BF

Text Example


Text Example

White with #C860BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860BF; }

 p { color: rgb(200,96,191); }

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

background-color css

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

 a { background-color: rgb(200,96,191); }

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

border-color css

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

 span { border-color: rgb(200,96,191); }

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