Html Css Color HEX #C86ABA Fuchsia

📋 copy color: '#C86ABA'

red 200 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #C86ABA

Tints of Fuchsia #C86ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 40.65%
G = 21.54%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C86ABA (or 0xC86ABA) is known color: Fuchsia. HEX triplet: C8, 6A and BA. RGB value is (200,106,186). Sum of RGB (Red+Green+Blue) = 200+106+186=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C86ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ABA is #379545. Grayscale: #8F8F8F. Windows color (decimal): -3642694 or 12217032. OLE color: 12217032.

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

Color convert

RGB 200 106 186 -
CMYK 0 0.47 0.07 0.22
HSL 308.94º 0.46% 0.6% -
HSV(B) 308.94º 0.47% 0.78% -
XYZ 37.84 26.13 49.5 -
YUV 143.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 200 106 186 0 0.47 0.07 0.22 308.94 0.46 0.6
Hex C8 6A BA 0 2F 7 16 135 2E 3C
Octal 310 152 272 0 57 7 26 465 56 74
Binary 11001000 1101010 10111010 0 101111 111 10110 100110101 101110 111100

Color Harmonies of #C86ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ABA

Black with #C86ABA

Text Example


Text Example

White with #C86ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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