#CB9CEB

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

Shades of Wisteria #CB9CEB

Tints of Wisteria #CB9CEB

Color information

#CB9CEB (or 0xCB9CEB) is unknown color: approx Wisteria. HEX triplet: CB, 9C and EB. RGB value is (203,156,235). Sum of RGB (Red+Green+Blue) = 203+156+235=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CEB is #346314. Grayscale: #B2B2B2. Windows color (decimal): -3433237 or 15441099. OLE color: 15441099.

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

Color convert

RGB203156235-
CMYK0.140.3400.08
HSL275.7º66.39%76.67%-
HSV(B)275.7º33.62%92.16%-
XYZ51.5142.4784.08-
YUV179.06159.57145.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=34.18%
G=26.26%
B=39.56%

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
Decimal2031562350.140.3400.08275.766.3976.67
HexCB9CEBE2208114424d
Octal3132343531642010424102115
Binary11001011100111001110101111101000100100010001010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CEB; }

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

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

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

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

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

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

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

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