#CE8AED

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

Shades of Wisteria #CE8AED

Tints of Wisteria #CE8AED

Color information

#CE8AED (or 0xCE8AED) is unknown color: approx Wisteria. HEX triplet: CE, 8A and ED. RGB value is (206,138,237). Sum of RGB (Red+Green+Blue) = 206+138+237=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AED is #317512. Grayscale: #A9A9A9. Windows color (decimal): -3241235 or 15567566. OLE color: 15567566.

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

Color convert

RGB206138237-
CMYK0.130.4200.07
HSL281.21º73.33%73.53%-
HSV(B)281.21º41.77%92.94%-
XYZ49.8337.4184.72-
YUV169.62166.03153.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=35.46%
G=23.75%
B=40.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061382370.130.4200.07281.2173.3373.53
HexCE8AEDD2A07119494a
Octal316212355155207431111112
Binary1100111010001010111011011101101010011110001100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AED; }

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

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

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

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

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

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

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

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