#CE93DB

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

Shades of Wisteria #CE93DB

Tints of Wisteria #CE93DB

Color information

#CE93DB (or 0xCE93DB) is unknown color: approx Wisteria. HEX triplet: CE, 93 and DB. RGB value is (206,147,219). Sum of RGB (Red+Green+Blue) = 206+147+219=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DB is #316C24. Grayscale: #ACACAC. Windows color (decimal): -3238949 or 14390222. OLE color: 14390222.

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

Color convert

RGB206147219-
CMYK0.060.3300.14
HSL289.17º50%71.76%-
HSV(B)289.17º32.88%85.88%-
XYZ48.6739.172-
YUV172.85154.05151.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=36.01%
G=25.70%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061472190.060.3300.14289.175071.76
HexCE93DB6210E1213248
Octal31622333364101644162110
Binary110011101001001111011011110100001011101001000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93DB; }

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

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

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

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

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

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

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

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