Html Css Color HEX #C86ABB Fuchsia

📋 copy color: '#C86ABB'

red 200 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #C86ABB

Tints of Fuchsia #C86ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

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

R = 40.57%
G = 21.5%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C86ABB (or 0xC86ABB) is known color: Fuchsia. HEX triplet: C8, 6A and BB. RGB value is (200,106,187). Sum of RGB (Red+Green+Blue) = 200+106+187=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C86ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ABB is #379544. Grayscale: #8F8F8F. Windows color (decimal): -3642693 or 12282568. OLE color: 12282568.

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

Color convert

RGB 200 106 187 -
CMYK 0 0.47 0.06 0.22
HSL 308.3º 0.46% 0.6% -
HSV(B) 308.3º 0.47% 0.78% -
XYZ 37.94 26.18 50.07 -
YUV 143.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 200 106 187 0 0.47 0.06 0.22 308.3 0.46 0.6
Hex C8 6A BB 0 2F 6 16 134 2E 3C
Octal 310 152 273 0 57 6 26 464 56 74
Binary 11001000 1101010 10111011 0 101111 110 10110 100110100 101110 111100

Color Harmonies of #C86ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ABB

Black with #C86ABB

Text Example


Text Example

White with #C86ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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