Html Css Color HEX #C86ABC Fuchsia

📋 copy color: '#C86ABC'

red 200 ◦ green 106 ◦ blue 188

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

Shades of Fuchsia #C86ABC

Tints of Fuchsia #C86ABC

RGB

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

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

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

R = 40.49%
G = 21.46%
B = 38.06%

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

#C86ABC (or 0xC86ABC) is known color: Fuchsia. HEX triplet: C8, 6A and BC. RGB value is (200,106,188). Sum of RGB (Red+Green+Blue) = 200+106+188=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ABC is #379543. Grayscale: #8F8F8F. Windows color (decimal): -3642692 or 12348104. OLE color: 12348104.

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

Color convert

RGB 200 106 188 -
CMYK 0 0.47 0.06 0.22
HSL 307.66º 0.46% 0.6% -
HSV(B) 307.66º 0.47% 0.78% -
XYZ 38.05 26.22 50.63 -
YUV 143.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 200 106 188 0 0.47 0.06 0.22 307.66 0.46 0.6
Hex C8 6A BC 0 2F 6 16 134 2E 3C
Octal 310 152 274 0 57 6 26 464 56 74
Binary 11001000 1101010 10111100 0 101111 110 10110 100110100 101110 111100

Color Harmonies of #C86ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ABC

Black with #C86ABC

Text Example


Text Example

White with #C86ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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