#C869BE

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

Shades of Fuchsia #C869BE

Tints of Fuchsia #C869BE

Color information

#C869BE (or 0xC869BE) is unknown color: approx Fuchsia. HEX triplet: C8, 69 and BE. RGB value is (200,105,190). Sum of RGB (Red+Green+Blue) = 200+105+190=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C869BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869BE is #379641. Grayscale: #8E8E8E. Windows color (decimal): -3642946 or 12478920. OLE color: 12478920.

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

Color convert

RGB200105190-
CMYK00.480.050.22
HSL306.32º46.34%59.8%-
HSV(B)306.32º47.5%78.43%-
XYZ38.1726.151.74-
YUV143.1154.47168.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=40.40%
G=21.21%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010519000.480.050.22306.3246.3459.8
HexC869BE0305161322e3c
Octal3101512760605264625674
Binary11001000110100110111110011000010110110100110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869BE; }

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

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

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

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

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

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

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

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