#CBA2DC

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

Shades of Wisteria #CBA2DC

Tints of Wisteria #CBA2DC

Color information

#CBA2DC (or 0xCBA2DC) is unknown color: approx Wisteria. HEX triplet: CB, A2 and DC. RGB value is (203,162,220). Sum of RGB (Red+Green+Blue) = 203+162+220=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2DC is #345D23. Grayscale: #B4B4B4. Windows color (decimal): -3431716 or 14459595. OLE color: 14459595.

HSL color Cylindrical-coordinate representation of color #CBA2DC: hue angle of 282.41º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA2DC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203162220-
CMYK0.080.2600.14
HSL282.41º45.31%74.9%-
HSV(B)282.41º26.36%86.27%-
XYZ50.4743.773.49-
YUV180.87150.08143.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=34.70%
G=27.69%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031622200.080.2600.14282.4145.3174.9
HexCBA2DC81A0E11a2d4b
Octal313242334103201643255113
Binary110010111010001011011100100011010011101000110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2DC; }

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

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

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

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

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

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

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

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