#CB90DB

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

Shades of Wisteria #CB90DB

Tints of Wisteria #CB90DB

Color information

#CB90DB (or 0xCB90DB) is unknown color: approx Wisteria. HEX triplet: CB, 90 and DB. RGB value is (203,144,219). Sum of RGB (Red+Green+Blue) = 203+144+219=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90DB is #346F24. Grayscale: #A9A9A9. Windows color (decimal): -3436325 or 14389451. OLE color: 14389451.

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

Color convert

RGB203144219-
CMYK0.070.3400.14
HSL287.2º51.02%71.18%-
HSV(B)287.2º34.25%85.88%-
XYZ47.3937.7671.81-
YUV170.19155.55151.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=35.87%
G=25.44%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031442190.070.3400.14287.251.0271.18
HexCB90DB7220E11f3347
Octal31322033374201643763107
Binary110010111001000011011011111100010011101000111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90DB; }

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

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

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

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

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

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

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

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