#CE93DF

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

Shades of Wisteria #CE93DF

Tints of Wisteria #CE93DF

Color information

#CE93DF (or 0xCE93DF) is unknown color: approx Wisteria. HEX triplet: CE, 93 and DF. RGB value is (206,147,223). Sum of RGB (Red+Green+Blue) = 206+147+223=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DF is #316C20. Grayscale: #ADADAD. Windows color (decimal): -3238945 or 14652366. OLE color: 14652366.

HSL color Cylindrical-coordinate representation of color #CE93DF: hue angle of 286.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE93DF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206147223-
CMYK0.080.3400.13
HSL286.58º54.29%72.55%-
HSV(B)286.58º34.08%87.45%-
XYZ49.2139.3274.81-
YUV173.3156.05151.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=35.76%
G=25.52%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061472230.080.3400.13286.5854.2972.55
HexCE93DF8220D11f3649
Octal316223337104201543766111
Binary1100111010010011110111111000100010011011000111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93DF; }

 p { color: rgb(206,147,223); }

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

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

 a { background-color: rgb(206,147,223); }

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

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

 span { border-color: rgb(206,147,223); }

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