#CE8DDC

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

Shades of Wisteria #CE8DDC

Tints of Wisteria #CE8DDC

Color information

#CE8DDC (or 0xCE8DDC) is unknown color: approx Wisteria. HEX triplet: CE, 8D and DC. RGB value is (206,141,220). Sum of RGB (Red+Green+Blue) = 206+141+220=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDC is #317223. Grayscale: #A9A9A9. Windows color (decimal): -3240484 or 14454222. OLE color: 14454222.

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

Color convert

RGB206141220-
CMYK0.060.3600.14
HSL289.37º53.02%70.78%-
HSV(B)289.37º35.91%86.27%-
XYZ47.937.3472.39-
YUV169.44156.53154.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=36.33%
G=24.87%
B=38.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061412200.060.3600.14289.3753.0270.78
HexCE8DDC6240E1213547
Octal31621533464401644165107
Binary110011101000110111011100110100100011101001000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DDC; }

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

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

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

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

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

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

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

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