Html Css Color HEX #C86BC0 Fuchsia

📋 copy color: '#C86BC0'

red 200 ◦ green 107 ◦ blue 192

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

Shades of Fuchsia #C86BC0

Tints of Fuchsia #C86BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 40.08%
G = 21.44%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C86BC0 (or 0xC86BC0) is known color: Fuchsia. HEX triplet: C8, 6B and C0. RGB value is (200,107,192). Sum of RGB (Red+Green+Blue) = 200+107+192=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BC0 is #37943F. Grayscale: #909090. Windows color (decimal): -3642432 or 12610504. OLE color: 12610504.

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

Color convert

RGB 200 107 192 -
CMYK 0 0.46 0.04 0.22
HSL 305.16º 0.46% 0.6% -
HSV(B) 305.16º 0.47% 0.78% -
XYZ 38.59 26.6 52.97 -
YUV 144.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 200 107 192 0 0.46 0.04 0.22 305.16 0.46 0.6
Hex C8 6B C0 0 2E 4 16 131 2E 3C
Octal 310 153 300 0 56 4 26 461 56 74
Binary 11001000 1101011 11000000 0 101110 100 10110 100110001 101110 111100

Color Harmonies of #C86BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BC0

Black with #C86BC0

Text Example


Text Example

White with #C86BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BC0; }

 p { color: rgb(200,107,192); }

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

background-color css

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

 a { background-color: rgb(200,107,192); }

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

border-color css

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

 span { border-color: rgb(200,107,192); }

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