#CBA9DD

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

Shades of Wisteria #CBA9DD

Tints of Wisteria #CBA9DD

Color information

#CBA9DD (or 0xCBA9DD) is unknown color: approx Wisteria. HEX triplet: CB, A9 and DD. RGB value is (203,169,221). Sum of RGB (Red+Green+Blue) = 203+169+221=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DD is #345622. Grayscale: #B8B8B8. Windows color (decimal): -3429923 or 14526923. OLE color: 14526923.

HSL color Cylindrical-coordinate representation of color #CBA9DD: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA9DD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203169221-
CMYK0.080.2400.13
HSL279.23º43.33%76.47%-
HSV(B)279.23º23.53%86.67%-
XYZ51.8746.2974.61-
YUV185.09148.26140.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=34.23%
G=28.50%
B=37.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031692210.080.2400.13279.2343.3376.47
HexCBA9DD8180D1172b4c
Octal313251335103001542753114
Binary110010111010100111011101100011000011011000101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9DD; }

 p { color: rgb(203,169,221); }

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

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

 a { background-color: rgb(203,169,221); }

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

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

 span { border-color: rgb(203,169,221); }

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