#CE5DC0

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

Shades of Fuchsia #CE5DC0

Tints of Fuchsia #CE5DC0

Color information

#CE5DC0 (or 0xCE5DC0) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and C0. RGB value is (206,93,192). Sum of RGB (Red+Green+Blue) = 206+93+192=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC0 is #31A23F. Grayscale: #898989. Windows color (decimal): -3252800 or 12606926. OLE color: 12606926.

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

Color convert

RGB20693192-
CMYK00.550.070.19
HSL307.43º53.55%58.63%-
HSV(B)307.43º54.85%80.78%-
XYZ38.8824.7652.6-
YUV138.07158.44176.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=41.96%
G=18.94%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069319200.550.070.19307.4353.5558.63
HexCE5DC0037713133363b
Octal3161353000677234636673
Binary11001110101110111000000011011111110011100110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DC0; }

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

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

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

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

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

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

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

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