Html Css Color HEX #C86BBB Fuchsia

📋 copy color: '#C86BBB'

red 200 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #C86BBB

Tints of Fuchsia #C86BBB

RGB

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

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

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

R = 40.49%
G = 21.66%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C86BBB (or 0xC86BBB) is known color: Fuchsia. HEX triplet: C8, 6B and BB. RGB value is (200,107,187). Sum of RGB (Red+Green+Blue) = 200+107+187=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BBB is #379444. Grayscale: #8F8F8F. Windows color (decimal): -3642437 or 12282824. OLE color: 12282824.

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

Color convert

RGB 200 107 187 -
CMYK 0 0.46 0.06 0.22
HSL 308.39º 0.46% 0.6% -
HSV(B) 308.39º 0.47% 0.78% -
XYZ 38.05 26.38 50.1 -
YUV 143.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 200 107 187 0 0.46 0.06 0.22 308.39 0.46 0.6
Hex C8 6B BB 0 2E 6 16 134 2E 3C
Octal 310 153 273 0 56 6 26 464 56 74
Binary 11001000 1101011 10111011 0 101110 110 10110 100110100 101110 111100

Color Harmonies of #C86BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BBB

Black with #C86BBB

Text Example


Text Example

White with #C86BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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