#CBA5DB

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

Shades of Wisteria #CBA5DB

Tints of Wisteria #CBA5DB

Color information

#CBA5DB (or 0xCBA5DB) is unknown color: approx Wisteria. HEX triplet: CB, A5 and DB. RGB value is (203,165,219). Sum of RGB (Red+Green+Blue) = 203+165+219=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DB is #345A24. Grayscale: #B6B6B6. Windows color (decimal): -3430949 or 14394827. OLE color: 14394827.

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

Color convert

RGB203165219-
CMYK0.070.2500.14
HSL282.22º42.86%75.29%-
HSV(B)282.22º24.66%85.88%-
XYZ50.8744.7272.97-
YUV182.52148.59142.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=34.58%
G=28.11%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031652190.070.2500.14282.2242.8675.29
HexCBA5DB7190E11a2b4b
Octal31324533373101643253113
Binary11001011101001011101101111111001011101000110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5DB; }

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

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

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

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

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

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

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

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