#CE8AE9

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

Shades of Wisteria #CE8AE9

Tints of Wisteria #CE8AE9

Color information

#CE8AE9 (or 0xCE8AE9) is unknown color: approx Wisteria. HEX triplet: CE, 8A and E9. RGB value is (206,138,233). Sum of RGB (Red+Green+Blue) = 206+138+233=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE8AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AE9 is #317516. Grayscale: #A8A8A8. Windows color (decimal): -3241239 or 15305422. OLE color: 15305422.

HSL color Cylindrical-coordinate representation of color #CE8AE9: hue angle of 282.95º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8AE9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206138233-
CMYK0.120.4100.09
HSL282.95º68.35%72.75%-
HSV(B)282.95º40.77%91.37%-
XYZ49.2537.1881.67-
YUV169.16164.03154.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=35.70%
G=23.92%
B=40.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061382330.120.4100.09282.9568.3572.75
HexCE8AE9C290911b4449
Octal3162123511451011433104111
Binary11001110100010101110100111001010010100110001101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AE9; }

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

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

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

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

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

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

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

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