#CBA8DD

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

Shades of Wisteria #CBA8DD

Tints of Wisteria #CBA8DD

Color information

#CBA8DD (or 0xCBA8DD) is unknown color: approx Wisteria. HEX triplet: CB, A8 and DD. RGB value is (203,168,221). Sum of RGB (Red+Green+Blue) = 203+168+221=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8DD is #345722. Grayscale: #B8B8B8. Windows color (decimal): -3430179 or 14526667. OLE color: 14526667.

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

Color convert

RGB203168221-
CMYK0.080.2400.13
HSL279.62º43.8%76.27%-
HSV(B)279.62º23.98%86.67%-
XYZ51.6845.9274.55-
YUV184.51148.6141.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=34.29%
G=28.38%
B=37.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031682210.080.2400.13279.6243.876.27
HexCBA8DD8180D1182c4c
Octal313250335103001543054114
Binary110010111010100011011101100011000011011000110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8DD; }

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

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

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

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

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

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

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

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