#CE93EB

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

Shades of Wisteria #CE93EB

Tints of Wisteria #CE93EB

Color information

#CE93EB (or 0xCE93EB) is unknown color: approx Wisteria. HEX triplet: CE, 93 and EB. RGB value is (206,147,235). Sum of RGB (Red+Green+Blue) = 206+147+235=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE93EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EB is #316C14. Grayscale: #AEAEAE. Windows color (decimal): -3238933 or 15438798. OLE color: 15438798.

HSL color Cylindrical-coordinate representation of color #CE93EB: hue angle of 280.23º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE93EB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206147235-
CMYK0.120.3700.08
HSL280.23º68.75%74.9%-
HSV(B)280.23º37.45%92.16%-
XYZ50.8839.9983.63-
YUV174.67162.05150.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=35.03%
G=25%
B=39.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061472350.120.3700.08280.2368.7574.9
HexCE93EBC2508118454b
Octal3162233531445010430105113
Binary11001110100100111110101111001001010100010001100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93EB; }

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

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

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

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

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

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

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

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