#CE55D0

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

Shades of Fuchsia #CE55D0

Tints of Fuchsia #CE55D0

Color information

#CE55D0 (or 0xCE55D0) is unknown color: approx Fuchsia. HEX triplet: CE, 55 and D0. RGB value is (206,85,208). Sum of RGB (Red+Green+Blue) = 206+85+208=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55D0 is #31AA2F. Grayscale: #868686. Windows color (decimal): -3254832 or 13653454. OLE color: 13653454.

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

Color convert

RGB20685208-
CMYK0.010.5900.18
HSL299.02º56.68%57.45%-
HSV(B)299.02º59.13%81.57%-
XYZ40.0924.1762.23-
YUV135.2169.09178.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 85 (33.59% from 255) = 17.03%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=41.28%
G=17.03%
B=41.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206852080.010.5900.18299.0256.6857.45
HexCE55D013B01212b3939
Octal3161253201730224537171
Binary110011101010101110100001111011010010100101011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55D0; }

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

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

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

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

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

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

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

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