#CE8AE2

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

Shades of Wisteria #CE8AE2

Tints of Wisteria #CE8AE2

Color information

#CE8AE2 (or 0xCE8AE2) is unknown color: approx Wisteria. HEX triplet: CE, 8A and E2. RGB value is (206,138,226). Sum of RGB (Red+Green+Blue) = 206+138+226=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE8AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AE2 is #31751D. Grayscale: #A8A8A8. Windows color (decimal): -3241246 or 14846670. OLE color: 14846670.

HSL color Cylindrical-coordinate representation of color #CE8AE2: hue angle of 286.36º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8AE2 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206138226-
CMYK0.090.3900.11
HSL286.36º60.27%71.37%-
HSV(B)286.36º38.94%88.63%-
XYZ48.2736.7976.51-
YUV168.36160.53154.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=36.14%
G=24.21%
B=39.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061382260.090.3900.11286.3660.2771.37
HexCE8AE29270B11e3c47
Octal316212342114701343674107
Binary1100111010001010111000101001100111010111000111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AE2; }

 p { color: rgb(206,138,226); }

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

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

 a { background-color: rgb(206,138,226); }

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

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

 span { border-color: rgb(206,138,226); }

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