#CE8EDB

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

Shades of Wisteria #CE8EDB

Tints of Wisteria #CE8EDB

Color information

#CE8EDB (or 0xCE8EDB) is unknown color: approx Wisteria. HEX triplet: CE, 8E and DB. RGB value is (206,142,219). Sum of RGB (Red+Green+Blue) = 206+142+219=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDB is #317124. Grayscale: #A9A9A9. Windows color (decimal): -3240229 or 14388942. OLE color: 14388942.

HSL color Cylindrical-coordinate representation of color #CE8EDB: hue angle of 289.87º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8EDB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206142219-
CMYK0.060.3500.14
HSL289.87º51.68%70.78%-
HSV(B)289.87º35.16%85.88%-
XYZ47.9137.5871.75-
YUV169.91155.7153.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=36.33%
G=25.04%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061422190.060.3500.14289.8751.6870.78
HexCE8EDB6230E1223447
Octal31621633364301644264107
Binary110011101000111011011011110100011011101001000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EDB; }

 p { color: rgb(206,142,219); }

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

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

 a { background-color: rgb(206,142,219); }

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

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

 span { border-color: rgb(206,142,219); }

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