#CE5AD0

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

Shades of Fuchsia #CE5AD0

Tints of Fuchsia #CE5AD0

Color information

#CE5AD0 (or 0xCE5AD0) is unknown color: approx Fuchsia. HEX triplet: CE, 5A and D0. RGB value is (206,90,208). Sum of RGB (Red+Green+Blue) = 206+90+208=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD0 is #31A52F. Grayscale: #898989. Windows color (decimal): -3253552 or 13654734. OLE color: 13654734.

HSL color Cylindrical-coordinate representation of color #CE5AD0: hue angle of 298.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5AD0 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20690208-
CMYK0.010.5700.18
HSL298.98º55.66%58.43%-
HSV(B)298.98º56.73%81.57%-
XYZ40.4924.9962.36-
YUV138.14167.43176.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=40.87%
G=17.86%
B=41.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206902080.010.5700.18298.9855.6658.43
HexCE5AD013901212b383a
Octal3161323201710224537072
Binary110011101011010110100001111001010010100101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AD0; }

 p { color: rgb(206,90,208); }

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

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

 a { background-color: rgb(206,90,208); }

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

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

 span { border-color: rgb(206,90,208); }

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