#CBA2DE

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

Shades of Wisteria #CBA2DE

Tints of Wisteria #CBA2DE

Color information

#CBA2DE (or 0xCBA2DE) is unknown color: approx Wisteria. HEX triplet: CB, A2 and DE. RGB value is (203,162,222). Sum of RGB (Red+Green+Blue) = 203+162+222=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2DE is #345D21. Grayscale: #B4B4B4. Windows color (decimal): -3431714 or 14590667. OLE color: 14590667.

HSL color Cylindrical-coordinate representation of color #CBA2DE: hue angle of 281º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA2DE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203162222-
CMYK0.090.2700.13
HSL281º47.62%75.29%-
HSV(B)281º27.03%87.06%-
XYZ50.7343.8174.89-
YUV181.1151.08143.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=34.58%
G=27.60%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031622220.090.2700.1328147.6275.29
HexCBA2DE91B0D119304b
Octal313242336113301543160113
Binary110010111010001011011110100111011011011000110011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2DE; }

 p { color: rgb(203,162,222); }

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

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

 a { background-color: rgb(203,162,222); }

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

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

 span { border-color: rgb(203,162,222); }

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