#CE5DC9

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

Shades of Fuchsia #CE5DC9

Tints of Fuchsia #CE5DC9

Color information

#CE5DC9 (or 0xCE5DC9) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and C9. RGB value is (206,93,201). Sum of RGB (Red+Green+Blue) = 206+93+201=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC9 is #31A236. Grayscale: #8A8A8A. Windows color (decimal): -3252791 or 13196750. OLE color: 13196750.

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

Color convert

RGB20693201-
CMYK00.550.020.19
HSL302.65º53.55%58.63%-
HSV(B)302.65º54.85%80.78%-
XYZ39.9125.1758.01-
YUV139.1162.94175.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=41.2%
G=18.6%
B=40.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069320100.550.020.19302.6553.5558.63
HexCE5DC903721312f363b
Octal3161353110672234576673
Binary1100111010111011100100101101111010011100101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DC9; }

 p { color: rgb(206,93,201); }

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

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

 a { background-color: rgb(206,93,201); }

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

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

 span { border-color: rgb(206,93,201); }

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