#CBA1DA

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

Shades of Wisteria #CBA1DA

Tints of Wisteria #CBA1DA

Color information

#CBA1DA (or 0xCBA1DA) is unknown color: approx Wisteria. HEX triplet: CB, A1 and DA. RGB value is (203,161,218). Sum of RGB (Red+Green+Blue) = 203+161+218=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1DA is #345E25. Grayscale: #B3B3B3. Windows color (decimal): -3431974 or 14328267. OLE color: 14328267.

HSL color Cylindrical-coordinate representation of color #CBA1DA: hue angle of 284.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA1DA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203161218-
CMYK0.070.2600.15
HSL284.21º43.51%74.31%-
HSV(B)284.21º26.15%85.49%-
XYZ50.0343.2572.04-
YUV180.06149.41144.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=34.88%
G=27.66%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031612180.070.2600.15284.2143.5174.31
HexCBA1DA71A0F11c2c4a
Octal31324133273201743454112
Binary11001011101000011101101011111010011111000111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1DA; }

 p { color: rgb(203,161,218); }

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

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

 a { background-color: rgb(203,161,218); }

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

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

 span { border-color: rgb(203,161,218); }

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