#CB9CD9

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

Shades of Wisteria #CB9CD9

Tints of Wisteria #CB9CD9

Color information

#CB9CD9 (or 0xCB9CD9) is unknown color: approx Wisteria. HEX triplet: CB, 9C and D9. RGB value is (203,156,217). Sum of RGB (Red+Green+Blue) = 203+156+217=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB9CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CD9 is #346326. Grayscale: #B0B0B0. Windows color (decimal): -3433255 or 14261451. OLE color: 14261451.

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

Color convert

RGB203156217-
CMYK0.060.2800.15
HSL286.23º44.53%73.14%-
HSV(B)286.23º28.11%85.1%-
XYZ49.0441.4871.07-
YUV177.01150.57146.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=35.24%
G=27.08%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031562170.060.2800.15286.2344.5373.14
HexCB9CD961C0F11e2d49
Octal31323433163401743655111
Binary11001011100111001101100111011100011111000111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CD9; }

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

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

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

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

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

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

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

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