Html Css Color HEX #C86DBA Fuchsia

📋 copy color: '#C86DBA'

red 200 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #C86DBA

Tints of Fuchsia #C86DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

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

R = 40.4%
G = 22.02%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C86DBA (or 0xC86DBA) is known color: Fuchsia. HEX triplet: C8, 6D and BA. RGB value is (200,109,186). Sum of RGB (Red+Green+Blue) = 200+109+186=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DBA is #379245. Grayscale: #909090. Windows color (decimal): -3641926 or 12217800. OLE color: 12217800.

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

Color convert

RGB 200 109 186 -
CMYK 0 0.46 0.07 0.22
HSL 309.23º 0.45% 0.61% -
HSV(B) 309.23º 0.46% 0.78% -
XYZ 38.15 26.76 49.61 -
YUV 144.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 200 109 186 0 0.46 0.07 0.22 309.23 0.45 0.61
Hex C8 6D BA 0 2E 7 16 135 2D 3D
Octal 310 155 272 0 56 7 26 465 55 75
Binary 11001000 1101101 10111010 0 101110 111 10110 100110101 101101 111101

Color Harmonies of #C86DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DBA

Black with #C86DBA

Text Example


Text Example

White with #C86DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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