#CB9DDB

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

Shades of Wisteria #CB9DDB

Tints of Wisteria #CB9DDB

Color information

#CB9DDB (or 0xCB9DDB) is unknown color: approx Wisteria. HEX triplet: CB, 9D and DB. RGB value is (203,157,219). Sum of RGB (Red+Green+Blue) = 203+157+219=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDB is #346224. Grayscale: #B1B1B1. Windows color (decimal): -3432997 or 14392779. OLE color: 14392779.

HSL color Cylindrical-coordinate representation of color #CB9DDB: hue angle of 284.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9DDB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203157219-
CMYK0.070.2800.14
HSL284.52º46.27%73.73%-
HSV(B)284.52º28.31%85.88%-
XYZ49.4741.9272.5-
YUV177.82151.24145.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=35.06%
G=27.12%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031572190.070.2800.14284.5246.2773.73
HexCB9DDB71C0E11d2e4a
Octal31323533373401643556112
Binary11001011100111011101101111111100011101000111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DDB; }

 p { color: rgb(203,157,219); }

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

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

 a { background-color: rgb(203,157,219); }

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

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

 span { border-color: rgb(203,157,219); }

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