#CB97DB

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

Shades of Wisteria #CB97DB

Tints of Wisteria #CB97DB

Color information

#CB97DB (or 0xCB97DB) is unknown color: approx Wisteria. HEX triplet: CB, 97 and DB. RGB value is (203,151,219). Sum of RGB (Red+Green+Blue) = 203+151+219=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97DB is #346824. Grayscale: #AEAEAE. Windows color (decimal): -3434533 or 14391243. OLE color: 14391243.

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

Color convert

RGB203151219-
CMYK0.070.3100.14
HSL285.88º48.57%72.55%-
HSV(B)285.88º31.05%85.88%-
XYZ48.4839.9472.17-
YUV174.3153.23148.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=35.43%
G=26.35%
B=38.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031512190.070.3100.14285.8848.5772.55
HexCB97DB71F0E11e3149
Octal31322733373701643661111
Binary11001011100101111101101111111111011101000111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97DB; }

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

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

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

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

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

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

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

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