#CE8DE8

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

Shades of Wisteria #CE8DE8

Tints of Wisteria #CE8DE8

Color information

#CE8DE8 (or 0xCE8DE8) is unknown color: approx Wisteria. HEX triplet: CE, 8D and E8. RGB value is (206,141,232). Sum of RGB (Red+Green+Blue) = 206+141+232=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DE8 is #317217. Grayscale: #AAAAAA. Windows color (decimal): -3240472 or 15240654. OLE color: 15240654.

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

Color convert

RGB206141232-
CMYK0.110.3900.09
HSL282.86º66.42%73.14%-
HSV(B)282.86º39.22%90.98%-
XYZ49.543881.07-
YUV170.81162.53153.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=35.58%
G=24.35%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061412320.110.3900.09282.8666.4273.14
HexCE8DE8B270911b4249
Octal3162153501347011433102111
Binary11001110100011011110100010111001110100110001101110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DE8; }

 p { color: rgb(206,141,232); }

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

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

 a { background-color: rgb(206,141,232); }

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

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

 span { border-color: rgb(206,141,232); }

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