#CE96F5

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

Shades of Wisteria #CE96F5

Tints of Wisteria #CE96F5

Color information

#CE96F5 (or 0xCE96F5) is unknown color: approx Wisteria. HEX triplet: CE, 96 and F5. RGB value is (206,150,245). Sum of RGB (Red+Green+Blue) = 206+150+245=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE96F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F5 is #31690A. Grayscale: #B1B1B1. Windows color (decimal): -3238155 or 16094926. OLE color: 16094926.

HSL color Cylindrical-coordinate representation of color #CE96F5: hue angle of 275.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE96F5 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206150245-
CMYK0.160.3900.04
HSL275.37º82.61%77.45%-
HSV(B)275.37º38.78%96.08%-
XYZ52.8441.5391.62-
YUV177.57166.05148.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=34.28%
G=24.96%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061502450.160.3900.04275.3782.6177.45
HexCE96F5102704113534d
Octal316226365204704423123115
Binary11001110100101101111010110000100111010010001001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96F5; }

 p { color: rgb(206,150,245); }

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

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

 a { background-color: rgb(206,150,245); }

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

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

 span { border-color: rgb(206,150,245); }

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