#CE5BD3

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

Shades of Fuchsia #CE5BD3

Tints of Fuchsia #CE5BD3

Color information

#CE5BD3 (or 0xCE5BD3) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and D3. RGB value is (206,91,211). Sum of RGB (Red+Green+Blue) = 206+91+211=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE5BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BD3 is #31A42C. Grayscale: #8A8A8A. Windows color (decimal): -3253293 or 13851598. OLE color: 13851598.

HSL color Cylindrical-coordinate representation of color #CE5BD3: hue angle of 297.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5BD3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20691211-
CMYK0.020.5700.17
HSL297.5º57.69%59.22%-
HSV(B)297.5º56.87%82.75%-
XYZ40.9525.3164.35-
YUV139.06168.6175.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=40.55%
G=17.91%
B=41.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206912110.020.5700.17297.557.6959.22
HexCE5BD323901112a3a3b
Octal3161333232710214527273
Binary1100111010110111101001110111001010001100101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BD3; }

 p { color: rgb(206,91,211); }

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

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

 a { background-color: rgb(206,91,211); }

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

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

 span { border-color: rgb(206,91,211); }

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