#CB9FD9

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

Shades of Wisteria #CB9FD9

Tints of Wisteria #CB9FD9

Color information

#CB9FD9 (or 0xCB9FD9) is unknown color: approx Wisteria. HEX triplet: CB, 9F and D9. RGB value is (203,159,217). Sum of RGB (Red+Green+Blue) = 203+159+217=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FD9 is #346026. Grayscale: #B2B2B2. Windows color (decimal): -3432487 or 14262219. OLE color: 14262219.

HSL color Cylindrical-coordinate representation of color #CB9FD9: hue angle of 285.52º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9FD9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203159217-
CMYK0.060.2700.15
HSL285.52º43.28%73.73%-
HSV(B)285.52º26.73%85.1%-
XYZ49.5542.571.24-
YUV178.77149.58145.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=35.06%
G=27.46%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031592170.060.2700.15285.5243.2873.73
HexCB9FD961B0F11e2b4a
Octal31323733163301743653112
Binary11001011100111111101100111011011011111000111101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FD9; }

 p { color: rgb(203,159,217); }

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

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

 a { background-color: rgb(203,159,217); }

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

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

 span { border-color: rgb(203,159,217); }

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