#CE9BF6

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

Shades of Wisteria #CE9BF6

Tints of Wisteria #CE9BF6

Color information

#CE9BF6 (or 0xCE9BF6) is unknown color: approx Wisteria. HEX triplet: CE, 9B and F6. RGB value is (206,155,246). Sum of RGB (Red+Green+Blue) = 206+155+246=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF6 is #316409. Grayscale: #B4B4B4. Windows color (decimal): -3236874 or 16161742. OLE color: 16161742.

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

Color convert

RGB206155246-
CMYK0.160.3700.04
HSL273.63º83.49%78.63%-
HSV(B)273.63º36.99%96.47%-
XYZ53.8143.2292.69-
YUV180.62164.9146.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=33.94%
G=25.54%
B=40.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061552460.160.3700.04273.6383.4978.63
HexCE9BF6102504112534f
Octal316233366204504422123117
Binary11001110100110111111011010000100101010010001001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BF6; }

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

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

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

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

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

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

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

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