#CBA0D9

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

Shades of Wisteria #CBA0D9

Tints of Wisteria #CBA0D9

Color information

#CBA0D9 (or 0xCBA0D9) is unknown color: approx Wisteria. HEX triplet: CB, A0 and D9. RGB value is (203,160,217). Sum of RGB (Red+Green+Blue) = 203+160+217=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0D9 is #345F26. Grayscale: #B3B3B3. Windows color (decimal): -3432231 or 14262475. OLE color: 14262475.

HSL color Cylindrical-coordinate representation of color #CBA0D9: hue angle of 285.26º degrees, saturation: 0.43, 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 #CBA0D9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203160217-
CMYK0.060.2600.15
HSL285.26º42.86%73.92%-
HSV(B)285.26º26.27%85.1%-
XYZ49.7242.8571.3-
YUV179.36149.25144.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=35%
G=27.59%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031602170.060.2600.15285.2642.8673.92
HexCBA0D961A0F11d2b4a
Octal31324033163201743553112
Binary11001011101000001101100111011010011111000111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0D9; }

 p { color: rgb(203,160,217); }

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

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

 a { background-color: rgb(203,160,217); }

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

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

 span { border-color: rgb(203,160,217); }

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