#CE9BF1

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

Shades of Wisteria #CE9BF1

Tints of Wisteria #CE9BF1

Color information

#CE9BF1 (or 0xCE9BF1) is unknown color: approx Wisteria. HEX triplet: CE, 9B and F1. RGB value is (206,155,241). Sum of RGB (Red+Green+Blue) = 206+155+241=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF1 is #31640E. Grayscale: #B3B3B3. Windows color (decimal): -3236879 or 15834062. OLE color: 15834062.

HSL color Cylindrical-coordinate representation of color #CE9BF1: hue angle of 275.58º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9BF1 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206155241-
CMYK0.150.3600.05
HSL275.58º75.44%77.65%-
HSV(B)275.58º35.68%94.51%-
XYZ53.0542.9288.71-
YUV180.05162.4146.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=34.22%
G=25.75%
B=40.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061552410.150.3600.05275.5875.4477.65
HexCE9BF1F24051144b4e
Octal316233361174405424113116
Binary1100111010011011111100011111100100010110001010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BF1; }

 p { color: rgb(206,155,241); }

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

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

 a { background-color: rgb(206,155,241); }

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

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

 span { border-color: rgb(206,155,241); }

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