#CE9EF0

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

Shades of Wisteria #CE9EF0

Tints of Wisteria #CE9EF0

Color information

#CE9EF0 (or 0xCE9EF0) is unknown color: approx Wisteria. HEX triplet: CE, 9E and F0. RGB value is (206,158,240). Sum of RGB (Red+Green+Blue) = 206+158+240=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE9EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EF0 is #31610F. Grayscale: #B5B5B5. Windows color (decimal): -3236112 or 15769294. OLE color: 15769294.

HSL color Cylindrical-coordinate representation of color #CE9EF0: hue angle of 275.12º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9EF0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206158240-
CMYK0.140.3400.06
HSL275.12º73.21%78.04%-
HSV(B)275.12º34.17%94.12%-
XYZ53.4143.8788.09-
YUV181.7160.9145.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=34.11%
G=26.16%
B=39.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061582400.140.3400.06275.1273.2178.04
HexCE9EF0E2206113494e
Octal316236360164206423111116
Binary1100111010011110111100001110100010011010001001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EF0; }

 p { color: rgb(206,158,240); }

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

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

 a { background-color: rgb(206,158,240); }

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

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

 span { border-color: rgb(206,158,240); }

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