#C869B4

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

Shades of Fuchsia #C869B4

Tints of Fuchsia #C869B4

Color information

#C869B4 (or 0xC869B4) is unknown color: approx Fuchsia. HEX triplet: C8, 69 and B4. RGB value is (200,105,180). Sum of RGB (Red+Green+Blue) = 200+105+180=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869B4 is #37964B. Grayscale: #8D8D8D. Windows color (decimal): -3642956 or 11823560. OLE color: 11823560.

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

Color convert

RGB200105180-
CMYK00.480.10.22
HSL312.63º46.34%59.8%-
HSV(B)312.63º47.5%78.43%-
XYZ37.1125.6846.18-
YUV141.96149.47169.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=41.24%
G=21.65%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010518000.480.10.22312.6346.3459.8
HexC869B4030A161392e3c
Octal31015126406012264715674
Binary110010001101001101101000110000101010110100111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869B4; }

 p { color: rgb(200,105,180); }

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

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

 a { background-color: rgb(200,105,180); }

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

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

 span { border-color: rgb(200,105,180); }

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