#CE5DC8

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

Shades of Fuchsia #CE5DC8

Tints of Fuchsia #CE5DC8

Color information

#CE5DC8 (or 0xCE5DC8) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and C8. RGB value is (206,93,200). Sum of RGB (Red+Green+Blue) = 206+93+200=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC8 is #31A237. Grayscale: #8A8A8A. Windows color (decimal): -3252792 or 13131214. OLE color: 13131214.

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

Color convert

RGB20693200-
CMYK00.550.030.19
HSL303.19º53.55%58.63%-
HSV(B)303.19º54.85%80.78%-
XYZ39.7925.1257.4-
YUV138.98162.44175.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=41.28%
G=18.64%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069320000.550.030.19303.1953.5558.63
HexCE5DC803731312f363b
Octal3161353100673234576673
Binary1100111010111011100100001101111110011100101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DC8; }

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

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

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

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

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

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

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

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