#CE89D7

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

Shades of Wisteria #CE89D7

Tints of Wisteria #CE89D7

Color information

#CE89D7 (or 0xCE89D7) is unknown color: approx Wisteria. HEX triplet: CE, 89 and D7. RGB value is (206,137,215). Sum of RGB (Red+Green+Blue) = 206+137+215=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE89D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89D7 is #317628. Grayscale: #A6A6A6. Windows color (decimal): -3241513 or 14125518. OLE color: 14125518.

HSL color Cylindrical-coordinate representation of color #CE89D7: hue angle of 293.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE89D7 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206137215-
CMYK0.040.3600.16
HSL293.08º49.37%69.02%-
HSV(B)293.08º36.28%84.31%-
XYZ46.6735.9268.76-
YUV166.52155.36156.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 137 (53.91% from 255) = 24.55%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=36.92%
G=24.55%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061372150.040.3600.16293.0849.3769.02
HexCE89D74240101253145
Octal31621132744402044561105
Binary1100111010001001110101111001001000100001001001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89D7; }

 p { color: rgb(206,137,215); }

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

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

 a { background-color: rgb(206,137,215); }

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

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

 span { border-color: rgb(206,137,215); }

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