#CE89D8

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

Shades of Wisteria #CE89D8

Tints of Wisteria #CE89D8

Color information

#CE89D8 (or 0xCE89D8) is unknown color: approx Wisteria. HEX triplet: CE, 89 and D8. RGB value is (206,137,216). Sum of RGB (Red+Green+Blue) = 206+137+216=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89D8 is #317627. Grayscale: #A6A6A6. Windows color (decimal): -3241512 or 14191054. OLE color: 14191054.

HSL color Cylindrical-coordinate representation of color #CE89D8: hue angle of 292.41º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE89D8 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206137216-
CMYK0.050.3700.15
HSL292.41º50.32%69.22%-
HSV(B)292.41º36.57%84.71%-
XYZ46.7935.9769.44-
YUV166.64155.86156.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=36.85%
G=24.51%
B=38.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061372160.050.3700.15292.4150.3269.22
HexCE89D85250F1243245
Octal31621133054501744462105
Binary110011101000100111011000101100101011111001001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89D8; }

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

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

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

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

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

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

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

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