#CBA3DA

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

Shades of Wisteria #CBA3DA

Tints of Wisteria #CBA3DA

Color information

#CBA3DA (or 0xCBA3DA) is unknown color: approx Wisteria. HEX triplet: CB, A3 and DA. RGB value is (203,163,218). Sum of RGB (Red+Green+Blue) = 203+163+218=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3DA is #345C25. Grayscale: #B5B5B5. Windows color (decimal): -3431462 or 14328779. OLE color: 14328779.

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

Color convert

RGB203163218-
CMYK0.070.2500.15
HSL283.64º42.64%74.71%-
HSV(B)283.64º25.23%85.49%-
XYZ50.3843.9572.16-
YUV181.23148.75143.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 27.91%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=34.76%
G=27.91%
B=37.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031632180.070.2500.15283.6442.6474.71
HexCBA3DA7190F11c2b4b
Octal31324333273101743453113
Binary11001011101000111101101011111001011111000111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3DA; }

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

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

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

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

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

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

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

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