#CE9BF2

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

Shades of Wisteria #CE9BF2

Tints of Wisteria #CE9BF2

Color information

#CE9BF2 (or 0xCE9BF2) is unknown color: approx Wisteria. HEX triplet: CE, 9B and F2. RGB value is (206,155,242). Sum of RGB (Red+Green+Blue) = 206+155+242=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE9BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF2 is #31640D. Grayscale: #B3B3B3. Windows color (decimal): -3236878 or 15899598. OLE color: 15899598.

HSL color Cylindrical-coordinate representation of color #CE9BF2: hue angle of 275.17º degrees, saturation: 0.77, 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 #CE9BF2 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206155242-
CMYK0.150.3600.05
HSL275.17º76.99%77.84%-
HSV(B)275.17º35.95%94.9%-
XYZ53.242.9889.5-
YUV180.17162.9146.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=34.16%
G=25.70%
B=40.13%

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
Decimal2061552420.150.3600.05275.1776.9977.84
HexCE9BF2F24051134d4e
Octal316233362174405423115116
Binary1100111010011011111100101111100100010110001001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BF2; }

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

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

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

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

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

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

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

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