#CB9AE9

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

Shades of Wisteria #CB9AE9

Tints of Wisteria #CB9AE9

Color information

#CB9AE9 (or 0xCB9AE9) is unknown color: approx Wisteria. HEX triplet: CB, 9A and E9. RGB value is (203,154,233). Sum of RGB (Red+Green+Blue) = 203+154+233=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB9AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AE9 is #346516. Grayscale: #B1B1B1. Windows color (decimal): -3433751 or 15309515. OLE color: 15309515.

HSL color Cylindrical-coordinate representation of color #CB9AE9: hue angle of 277.22º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9AE9 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203154233-
CMYK0.130.3400.09
HSL277.22º64.23%75.88%-
HSV(B)277.22º33.91%91.37%-
XYZ50.8941.6982.46-
YUV177.66159.23146.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=34.41%
G=26.10%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031542330.130.3400.09277.2264.2375.88
HexCB9AE9D2209115404c
Octal3132323511542011425100114
Binary11001011100110101110100111011000100100110001010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AE9; }

 p { color: rgb(203,154,233); }

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

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

 a { background-color: rgb(203,154,233); }

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

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

 span { border-color: rgb(203,154,233); }

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