#CB9ADB

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

Shades of Wisteria #CB9ADB

Tints of Wisteria #CB9ADB

Color information

#CB9ADB (or 0xCB9ADB) is unknown color: approx Wisteria. HEX triplet: CB, 9A and DB. RGB value is (203,154,219). Sum of RGB (Red+Green+Blue) = 203+154+219=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADB is #346524. Grayscale: #AFAFAF. Windows color (decimal): -3433765 or 14392011. OLE color: 14392011.

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

Color convert

RGB203154219-
CMYK0.070.3000.14
HSL285.23º47.45%73.14%-
HSV(B)285.23º29.68%85.88%-
XYZ48.9740.9272.34-
YUV176.06152.23147.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=35.24%
G=26.74%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031542190.070.3000.14285.2347.4573.14
HexCB9ADB71E0E11d2f49
Octal31323233373601643557111
Binary11001011100110101101101111111110011101000111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ADB; }

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

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

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

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

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

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

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

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