Html Css Color HEX #C86ABD Fuchsia

📋 copy color: '#C86ABD'

red 200 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #C86ABD

Tints of Fuchsia #C86ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 40.4%
G = 21.41%
B = 38.18%

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

#C86ABD (or 0xC86ABD) is known color: Fuchsia. HEX triplet: C8, 6A and BD. RGB value is (200,106,189). Sum of RGB (Red+Green+Blue) = 200+106+189=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ABD is #379542. Grayscale: #8F8F8F. Windows color (decimal): -3642691 or 12413640. OLE color: 12413640.

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

Color convert

RGB 200 106 189 -
CMYK 0 0.47 0.06 0.22
HSL 307.02º 0.46% 0.6% -
HSV(B) 307.02º 0.47% 0.78% -
XYZ 38.16 26.26 51.2 -
YUV 143.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 200 106 189 0 0.47 0.06 0.22 307.02 0.46 0.6
Hex C8 6A BD 0 2F 6 16 133 2E 3C
Octal 310 152 275 0 57 6 26 463 56 74
Binary 11001000 1101010 10111101 0 101111 110 10110 100110011 101110 111100

Color Harmonies of #C86ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ABD

Black with #C86ABD

Text Example


Text Example

White with #C86ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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