#CB9BEB

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

Shades of Wisteria #CB9BEB

Tints of Wisteria #CB9BEB

Color information

#CB9BEB (or 0xCB9BEB) is unknown color: approx Wisteria. HEX triplet: CB, 9B and EB. RGB value is (203,155,235). Sum of RGB (Red+Green+Blue) = 203+155+235=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BEB is #346414. Grayscale: #B2B2B2. Windows color (decimal): -3433493 or 15440843. OLE color: 15440843.

HSL color Cylindrical-coordinate representation of color #CB9BEB: hue angle of 276º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9BEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203155235-
CMYK0.140.3400.08
HSL276º66.67%76.47%-
HSV(B)276º34.04%92.16%-
XYZ51.3542.1484.02-
YUV178.47159.9145.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=34.23%
G=26.14%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031552350.140.3400.0827666.6776.47
HexCB9BEBE2208114434c
Octal3132333531642010424103114
Binary11001011100110111110101111101000100100010001010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BEB; }

 p { color: rgb(203,155,235); }

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

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

 a { background-color: rgb(203,155,235); }

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

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

 span { border-color: rgb(203,155,235); }

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