Html Css Color HEX #C86DB6 Fuchsia

📋 copy color: '#C86DB6'

red 200 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #C86DB6

Tints of Fuchsia #C86DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 40.73%
G = 22.2%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C86DB6 (or 0xC86DB6) is known color: Fuchsia. HEX triplet: C8, 6D and B6. RGB value is (200,109,182). Sum of RGB (Red+Green+Blue) = 200+109+182=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DB6 is #379249. Grayscale: #909090. Windows color (decimal): -3641930 or 11955656. OLE color: 11955656.

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

Color convert

RGB 200 109 182 -
CMYK 0 0.46 0.09 0.22
HSL 311.87º 0.45% 0.61% -
HSV(B) 311.87º 0.46% 0.78% -
XYZ 37.73 26.59 47.4 -
YUV 144.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 200 109 182 0 0.46 0.09 0.22 311.87 0.45 0.61
Hex C8 6D B6 0 2E 9 16 138 2D 3D
Octal 310 155 266 0 56 11 26 470 55 75
Binary 11001000 1101101 10110110 0 101110 1001 10110 100111000 101101 111101

Color Harmonies of #C86DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DB6

Black with #C86DB6

Text Example


Text Example

White with #C86DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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