#C869C6

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

Shades of Fuchsia #C869C6

Tints of Fuchsia #C869C6

Color information

#C869C6 (or 0xC869C6) is unknown color: approx Fuchsia. HEX triplet: C8, 69 and C6. RGB value is (200,105,198). Sum of RGB (Red+Green+Blue) = 200+105+198=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C6 is #379639. Grayscale: #8F8F8F. Windows color (decimal): -3642938 or 13003208. OLE color: 13003208.

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

Color convert

RGB200105198-
CMYK00.480.010.22
HSL301.26º46.34%59.8%-
HSV(B)301.26º47.5%78.43%-
XYZ39.0626.4656.47-
YUV144.01158.47167.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=39.76%
G=20.87%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010519800.480.010.22301.2646.3459.8
HexC869C603011612d2e3c
Octal3101513060601264555674
Binary110010001101001110001100110000110110100101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869C6; }

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

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

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

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

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

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

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

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