Html Css Color HEX #C860BB Fuchsia

📋 copy color: '#C860BB'

red 200 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #C860BB

Tints of Fuchsia #C860BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 41.41%
G = 19.88%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C860BB (or 0xC860BB) is known color: Fuchsia. HEX triplet: C8, 60 and BB. RGB value is (200,96,187). Sum of RGB (Red+Green+Blue) = 200+96+187=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C860BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860BB is #379F44. Grayscale: #898989. Windows color (decimal): -3645253 or 12280008. OLE color: 12280008.

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

Color convert

RGB 200 96 187 -
CMYK 0 0.52 0.06 0.22
HSL 307.5º 0.49% 0.58% -
HSV(B) 307.5º 0.52% 0.78% -
XYZ 36.97 24.23 49.74 -
YUV 137.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 200 96 187 0 0.52 0.06 0.22 307.5 0.49 0.58
Hex C8 60 BB 0 34 6 16 134 31 3A
Octal 310 140 273 0 64 6 26 464 61 72
Binary 11001000 1100000 10111011 0 110100 110 10110 100110100 110001 111010

Color Harmonies of #C860BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860BB

Black with #C860BB

Text Example


Text Example

White with #C860BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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