#C867B2

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

Shades of Fuchsia #C867B2

Tints of Fuchsia #C867B2

Color information

#C867B2 (or 0xC867B2) is unknown color: approx Fuchsia. HEX triplet: C8, 67 and B2. RGB value is (200,103,178). Sum of RGB (Red+Green+Blue) = 200+103+178=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C867B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867B2 is #37984D. Grayscale: #8C8C8C. Windows color (decimal): -3643470 or 11691976. OLE color: 11691976.

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

Color convert

RGB200103178-
CMYK00.480.110.22
HSL313.61º46.86%59.41%-
HSV(B)313.61º48.5%78.43%-
XYZ36.7125.1945.05-
YUV140.55149.14170.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=41.58%
G=21.41%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010317800.480.110.22313.6146.8659.41
HexC867B2030B1613a2f3b
Octal31014726206013264725773
Binary110010001100111101100100110000101110110100111010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867B2; }

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

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

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

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

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

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

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

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