#ce93ea

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

Shades of Wisteria #CE93EA

Tints of Wisteria #CE93EA

Color information

#CE93EA (or 0xCE93EA) is unknown color: approx Wisteria. HEX triplet: CE, 93 and EA. RGB value is (206,147,234). Sum of RGB (Red+Green+Blue) = 206+147+234=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EA is #316C15. Grayscale: #AEAEAE. Windows color (decimal): -3238934 or 15373262. OLE color: 15373262.

HSL color Cylindrical-coordinate representation of color #CE93EA: hue angle of 280.69º degrees, saturation: 0.67, 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 #CE93EA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206147234-
CMYK0.120.3700.08
HSL280.69º67.44%74.71%-
HSV(B)280.69º37.18%91.76%-
XYZ50.7439.9382.87-
YUV174.56161.55150.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=35.09%
G=25.04%
B=39.86%

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
Decimal2061472340.120.3700.08280.6967.4474.71
HexCE93EAC2508119434b
Octal3162233521445010431103113
Binary11001110100100111110101011001001010100010001100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce93ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce93ea; }

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

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

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

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

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

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

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

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