Html Css Color HEX #C86DB3 Fuchsia

📋 copy color: '#C86DB3'

red 200 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #C86DB3

Tints of Fuchsia #C86DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 40.98%
G = 22.34%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C86DB3 (or 0xC86DB3) is known color: Fuchsia. HEX triplet: C8, 6D and B3. RGB value is (200,109,179). Sum of RGB (Red+Green+Blue) = 200+109+179=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DB3 is #37924C. Grayscale: #909090. Windows color (decimal): -3641933 or 11759048. OLE color: 11759048.

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

Color convert

RGB 200 109 179 -
CMYK 0 0.46 0.10 0.22
HSL 313.85º 0.45% 0.61% -
HSV(B) 313.85º 0.46% 0.78% -
XYZ 37.42 26.47 45.78 -
YUV 144.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 200 109 179 0 0.46 0.10 0.22 313.85 0.45 0.61
Hex C8 6D B3 0 2E A 16 13A 2D 3D
Octal 310 155 263 0 56 12 26 472 55 75
Binary 11001000 1101101 10110011 0 101110 1010 10110 100111010 101101 111101

Color Harmonies of #C86DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DB3

Black with #C86DB3

Text Example


Text Example

White with #C86DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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