#CE5DCA

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

Shades of Fuchsia #CE5DCA

Tints of Fuchsia #CE5DCA

Color information

#CE5DCA (or 0xCE5DCA) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and CA. RGB value is (206,93,202). Sum of RGB (Red+Green+Blue) = 206+93+202=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DCA is #31A235. Grayscale: #8A8A8A. Windows color (decimal): -3252790 or 13262286. OLE color: 13262286.

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

Color convert

RGB20693202-
CMYK00.550.020.19
HSL302.12º53.55%58.63%-
HSV(B)302.12º54.85%80.78%-
XYZ40.0325.2158.63-
YUV139.21163.44175.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=41.12%
G=18.56%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069320200.550.020.19302.1253.5558.63
HexCE5DCA03721312e363b
Octal3161353120672234566673
Binary1100111010111011100101001101111010011100101110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DCA; }

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

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

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

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

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

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

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

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