#CB9BD6

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

Shades of Wisteria #CB9BD6

Tints of Wisteria #CB9BD6

Color information

#CB9BD6 (or 0xCB9BD6) is unknown color: approx Wisteria. HEX triplet: CB, 9B and D6. RGB value is (203,155,214). Sum of RGB (Red+Green+Blue) = 203+155+214=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BD6 is #346429. Grayscale: #AFAFAF. Windows color (decimal): -3433514 or 14064587. OLE color: 14064587.

HSL color Cylindrical-coordinate representation of color #CB9BD6: hue angle of 288.81º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9BD6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203155214-
CMYK0.050.2800.16
HSL288.81º41.84%72.35%-
HSV(B)288.81º27.57%83.92%-
XYZ48.4940.9968.98-
YUV176.08149.4147.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=35.49%
G=27.10%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031552140.050.2800.16288.8141.8472.35
HexCB9BD651C0101212a48
Octal31323332653402044152110
Binary110010111001101111010110101111000100001001000011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BD6; }

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

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

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

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

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

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

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

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