#CE94EC

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

Shades of Wisteria #CE94EC

Tints of Wisteria #CE94EC

Color information

#CE94EC (or 0xCE94EC) is unknown color: approx Wisteria. HEX triplet: CE, 94 and EC. RGB value is (206,148,236). Sum of RGB (Red+Green+Blue) = 206+148+236=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94EC is #316B13. Grayscale: #AFAFAF. Windows color (decimal): -3238676 or 15504590. OLE color: 15504590.

HSL color Cylindrical-coordinate representation of color #CE94EC: hue angle of 279.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE94EC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206148236-
CMYK0.130.3700.07
HSL279.55º69.84%75.29%-
HSV(B)279.55º37.29%92.55%-
XYZ51.1840.3684.45-
YUV175.37162.22149.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 236 (92.58% from 255) = 40%
R=34.92%
G=25.08%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061482360.130.3700.07279.5569.8475.29
HexCE94ECD2507118464b
Octal316224354154507430106113
Binary1100111010010100111011001101100101011110001100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94EC; }

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

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

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

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

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

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

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

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