#CE93E0

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

Shades of Wisteria #CE93E0

Tints of Wisteria #CE93E0

Color information

#CE93E0 (or 0xCE93E0) is unknown color: approx Wisteria. HEX triplet: CE, 93 and E0. RGB value is (206,147,224). Sum of RGB (Red+Green+Blue) = 206+147+224=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93E0 is #316C1F. Grayscale: #ADADAD. Windows color (decimal): -3238944 or 14717902. OLE color: 14717902.

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

Color convert

RGB206147224-
CMYK0.080.3400.12
HSL285.97º55.4%72.75%-
HSV(B)285.97º34.38%87.84%-
XYZ49.3439.3775.52-
YUV173.42156.55151.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=35.70%
G=25.48%
B=38.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061472240.080.3400.12285.9755.472.75
HexCE93E08220C11e3749
Octal316223340104201443667111
Binary1100111010010011111000001000100010011001000111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93E0; }

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

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

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

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

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

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

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

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