#C867BA

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

Shades of Fuchsia #C867BA

Tints of Fuchsia #C867BA

Color information

#C867BA (or 0xC867BA) is unknown color: approx Fuchsia. HEX triplet: C8, 67 and BA. RGB value is (200,103,186). Sum of RGB (Red+Green+Blue) = 200+103+186=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C867BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867BA is #379845. Grayscale: #8D8D8D. Windows color (decimal): -3643462 or 12216264. OLE color: 12216264.

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

Color convert

RGB200103186-
CMYK00.480.070.22
HSL308.66º46.86%59.41%-
HSV(B)308.66º48.5%78.43%-
XYZ37.5325.5349.4-
YUV141.46153.14169.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=40.90%
G=21.06%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010318600.480.070.22308.6646.8659.41
HexC867BA0307161352f3b
Octal3101472720607264655773
Binary11001000110011110111010011000011110110100110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867BA; }

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

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

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

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

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

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

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

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