#CE5BD1

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

Shades of Fuchsia #CE5BD1

Tints of Fuchsia #CE5BD1

Color information

#CE5BD1 (or 0xCE5BD1) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and D1. RGB value is (206,91,209). Sum of RGB (Red+Green+Blue) = 206+91+209=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE5BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BD1 is #31A42E. Grayscale: #8A8A8A. Windows color (decimal): -3253295 or 13720526. OLE color: 13720526.

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

Color convert

RGB20691209-
CMYK0.010.5600.18
HSL298.47º56.19%58.82%-
HSV(B)298.47º56.46%81.96%-
XYZ40.725.2163.04-
YUV138.84167.6175.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=40.71%
G=17.98%
B=41.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206912090.010.5600.18298.4756.1958.82
HexCE5BD113801212a383b
Octal3161333211700224527073
Binary110011101011011110100011111000010010100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BD1; }

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

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

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

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

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

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

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

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