#C868BB

Color #C868BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C868BB

Tints of Fuchsia #C868BB

Color information

#C868BB (or 0xC868BB) is unknown color: approx Fuchsia. HEX triplet: C8, 68 and BB. RGB value is (200,104,187). Sum of RGB (Red+Green+Blue) = 200+104+187=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BB is #379744. Grayscale: #8D8D8D. Windows color (decimal): -3643205 or 12282056. OLE color: 12282056.

HSL color Cylindrical-coordinate representation of color #C868BB: hue angle of 308.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868BB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200104187-
CMYK00.480.060.22
HSL308.12º46.6%59.61%-
HSV(B)308.12º48%78.43%-
XYZ37.7425.7750-
YUV142.17153.3169.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=40.73%
G=21.18%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010418700.480.060.22308.1246.659.61
HexC868BB0306161342f3c
Octal3101502730606264645774
Binary11001000110100010111011011000011010110100110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868BB; }

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

 H1.HeaderClassName
 {
   color: #C868BB;
 }
 .AnyTagClassName
 {
   color: #C868BB;
 }
</style>
background-color css

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

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

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

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

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

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