#C865BC

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

Shades of Fuchsia #C865BC

Tints of Fuchsia #C865BC

Color information

#C865BC (or 0xC865BC) is unknown color: approx Fuchsia. HEX triplet: C8, 65 and BC. RGB value is (200,101,188). Sum of RGB (Red+Green+Blue) = 200+101+188=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C865BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865BC is #379A43. Grayscale: #8C8C8C. Windows color (decimal): -3643972 or 12346824. OLE color: 12346824.

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

Color convert

RGB200101188-
CMYK00.490.060.22
HSL307.27º47.37%59.02%-
HSV(B)307.27º49.5%78.43%-
XYZ37.5525.2250.47-
YUV140.52154.8170.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=40.90%
G=20.65%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010118800.490.060.22307.2747.3759.02
HexC865BC0316161332f3b
Octal3101452740616264635773
Binary11001000110010110111100011000111010110100110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865BC; }

 p { color: rgb(200,101,188); }

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

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

 a { background-color: rgb(200,101,188); }

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

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

 span { border-color: rgb(200,101,188); }

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