#CE94EB

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

Shades of Wisteria #CE94EB

Tints of Wisteria #CE94EB

Color information

#CE94EB (or 0xCE94EB) is unknown color: approx Wisteria. HEX triplet: CE, 94 and EB. RGB value is (206,148,235). Sum of RGB (Red+Green+Blue) = 206+148+235=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94EB is #316B14. Grayscale: #AEAEAE. Windows color (decimal): -3238677 or 15439054. OLE color: 15439054.

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

Color convert

RGB206148235-
CMYK0.120.3700.08
HSL280º68.5%75.1%-
HSV(B)280º37.02%92.16%-
XYZ51.0440.383.69-
YUV175.26161.72149.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=34.97%
G=25.13%
B=39.90%

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
Decimal2061482350.120.3700.0828068.575.1
HexCE94EBC2508118454b
Octal3162243531445010430105113
Binary11001110100101001110101111001001010100010001100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94EB; }

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

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

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

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

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

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

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

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