Html Css Color HEX #C86DBB Fuchsia

📋 copy color: '#C86DBB'

red 200 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #C86DBB

Tints of Fuchsia #C86DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 40.32%
G = 21.98%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C86DBB (or 0xC86DBB) is known color: Fuchsia. HEX triplet: C8, 6D and BB. RGB value is (200,109,187). Sum of RGB (Red+Green+Blue) = 200+109+187=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DBB is #379244. Grayscale: #909090. Windows color (decimal): -3641925 or 12283336. OLE color: 12283336.

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

Color convert

RGB 200 109 187 -
CMYK 0 0.46 0.06 0.22
HSL 308.57º 0.45% 0.61% -
HSV(B) 308.57º 0.46% 0.78% -
XYZ 38.26 26.8 50.17 -
YUV 145.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 200 109 187 0 0.46 0.06 0.22 308.57 0.45 0.61
Hex C8 6D BB 0 2E 6 16 135 2D 3D
Octal 310 155 273 0 56 6 26 465 55 75
Binary 11001000 1101101 10111011 0 101110 110 10110 100110101 101101 111101

Color Harmonies of #C86DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DBB

Black with #C86DBB

Text Example


Text Example

White with #C86DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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