#ce5bc3

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

Shades of Fuchsia #CE5BC3

Tints of Fuchsia #CE5BC3

Color information

#CE5BC3 (or 0xCE5BC3) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and C3. RGB value is (206,91,195). Sum of RGB (Red+Green+Blue) = 206+91+195=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC3 is #31A43C. Grayscale: #888888. Windows color (decimal): -3253309 or 12803022. OLE color: 12803022.

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

Color convert

RGB20691195-
CMYK00.560.050.19
HSL305.74º53.99%58.24%-
HSV(B)305.74º55.83%80.78%-
XYZ39.0524.5454.31-
YUV137.24160.6177.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 91 (35.94% from 255) = 18.50%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=41.87%
G=18.50%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069119500.560.050.19305.7453.9958.24
HexCE5BC3038513132363a
Octal3161333030705234626672
Binary11001110101101111000011011100010110011100110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5bc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5bc3; }

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

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

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

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

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

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

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

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