#CBA6DD

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

Shades of Wisteria #CBA6DD

Tints of Wisteria #CBA6DD

Color information

#CBA6DD (or 0xCBA6DD) is unknown color: approx Wisteria. HEX triplet: CB, A6 and DD. RGB value is (203,166,221). Sum of RGB (Red+Green+Blue) = 203+166+221=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6DD is #345922. Grayscale: #B7B7B7. Windows color (decimal): -3430691 or 14526155. OLE color: 14526155.

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

Color convert

RGB203166221-
CMYK0.080.2500.13
HSL280.36º44.72%75.88%-
HSV(B)280.36º24.89%86.67%-
XYZ51.3245.1974.42-
YUV183.33149.26142.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=34.41%
G=28.14%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031662210.080.2500.13280.3644.7275.88
HexCBA6DD8190D1182d4c
Octal313246335103101543055114
Binary110010111010011011011101100011001011011000110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6DD; }

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

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

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

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

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

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

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

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