#CE5EB7

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

Shades of Fuchsia #CE5EB7

Tints of Fuchsia #CE5EB7

Color information

#CE5EB7 (or 0xCE5EB7) is unknown color: approx Fuchsia. HEX triplet: CE, 5E and B7. RGB value is (206,94,183). Sum of RGB (Red+Green+Blue) = 206+94+183=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EB7 is #31A148. Grayscale: #898989. Windows color (decimal): -3252553 or 12017358. OLE color: 12017358.

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

Color convert

RGB20694183-
CMYK00.540.110.19
HSL312.32º53.33%58.82%-
HSV(B)312.32º54.37%80.78%-
XYZ3824.5547.53-
YUV137.63153.61176.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=42.65%
G=19.46%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069418300.540.110.19312.3253.3358.82
HexCE5EB7036B13138353b
Octal31613626706613234706573
Binary110011101011110101101110110110101110011100111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5EB7; }

 p { color: rgb(206,94,183); }

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

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

 a { background-color: rgb(206,94,183); }

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

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

 span { border-color: rgb(206,94,183); }

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