#CBA7D8

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

Shades of Wisteria #CBA7D8

Tints of Wisteria #CBA7D8

Color information

#CBA7D8 (or 0xCBA7D8) is unknown color: approx Wisteria. HEX triplet: CB, A7 and D8. RGB value is (203,167,216). Sum of RGB (Red+Green+Blue) = 203+167+216=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7D8 is #345827. Grayscale: #B7B7B7. Windows color (decimal): -3430440 or 14198731. OLE color: 14198731.

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

Color convert

RGB203167216-
CMYK0.060.2300.15
HSL284.08º38.58%75.1%-
HSV(B)284.08º22.69%84.71%-
XYZ50.8445.2971.03-
YUV183.35146.43142.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=34.64%
G=28.50%
B=36.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031672160.060.2300.15284.0838.5875.1
HexCBA7D86170F11c274b
Octal31324733062701743447113
Binary11001011101001111101100011010111011111000111001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7D8; }

 p { color: rgb(203,167,216); }

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

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

 a { background-color: rgb(203,167,216); }

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

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

 span { border-color: rgb(203,167,216); }

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