Html Css Color HEX #C86CBC Fuchsia

📋 copy color: '#C86CBC'

red 200 ◦ green 108 ◦ blue 188

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

Shades of Fuchsia #C86CBC

Tints of Fuchsia #C86CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 40.32%
G = 21.77%
B = 37.9%

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

#C86CBC (or 0xC86CBC) is known color: Fuchsia. HEX triplet: C8, 6C and BC. RGB value is (200,108,188). Sum of RGB (Red+Green+Blue) = 200+108+188=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBC is #379343. Grayscale: #909090. Windows color (decimal): -3642180 or 12348616. OLE color: 12348616.

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

Color convert

RGB 200 108 188 -
CMYK 0 0.46 0.06 0.22
HSL 307.83º 0.46% 0.6% -
HSV(B) 307.83º 0.46% 0.78% -
XYZ 38.26 26.64 50.7 -
YUV 144.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 200 108 188 0 0.46 0.06 0.22 307.83 0.46 0.6
Hex C8 6C BC 0 2E 6 16 134 2E 3C
Octal 310 154 274 0 56 6 26 464 56 74
Binary 11001000 1101100 10111100 0 101110 110 10110 100110100 101110 111100

Color Harmonies of #C86CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CBC

Black with #C86CBC

Text Example


Text Example

White with #C86CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CBC; }

 p { color: rgb(200,108,188); }

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

background-color css

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

 a { background-color: rgb(200,108,188); }

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

border-color css

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

 span { border-color: rgb(200,108,188); }

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