#CE5BC8

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

Shades of Fuchsia #CE5BC8

Tints of Fuchsia #CE5BC8

Color information

#CE5BC8 (or 0xCE5BC8) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and C8. RGB value is (206,91,200). Sum of RGB (Red+Green+Blue) = 206+91+200=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC8 is #31A437. Grayscale: #898989. Windows color (decimal): -3253304 or 13130702. OLE color: 13130702.

HSL color Cylindrical-coordinate representation of color #CE5BC8: hue angle of 303.13º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5BC8 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20691200-
CMYK00.560.030.19
HSL303.13º53.99%58.24%-
HSV(B)303.13º55.83%80.78%-
XYZ39.6224.7757.34-
YUV137.81163.1176.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=41.45%
G=18.31%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069120000.560.030.19303.1353.9958.24
HexCE5BC803831312f363a
Octal3161333100703234576672
Binary1100111010110111100100001110001110011100101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BC8; }

 p { color: rgb(206,91,200); }

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

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

 a { background-color: rgb(206,91,200); }

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

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

 span { border-color: rgb(206,91,200); }

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