#CBA4E7

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

Shades of Wisteria #CBA4E7

Tints of Wisteria #CBA4E7

Color information

#CBA4E7 (or 0xCBA4E7) is unknown color: approx Wisteria. HEX triplet: CB, A4 and E7. RGB value is (203,164,231). Sum of RGB (Red+Green+Blue) = 203+164+231=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4E7 is #345B18. Grayscale: #B7B7B7. Windows color (decimal): -3431193 or 15181003. OLE color: 15181003.

HSL color Cylindrical-coordinate representation of color #CBA4E7: hue angle of 274.93º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA4E7 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203164231-
CMYK0.120.2900.09
HSL274.93º58.26%77.45%-
HSV(B)274.93º29%90.59%-
XYZ52.3345.0281.53-
YUV183.3154.92142.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=33.95%
G=27.42%
B=38.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031642310.120.2900.09274.9358.2677.45
HexCBA4E7C1D091133a4d
Octal313244347143501142372115
Binary110010111010010011100111110011101010011000100111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4E7; }

 p { color: rgb(203,164,231); }

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

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

 a { background-color: rgb(203,164,231); }

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

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

 span { border-color: rgb(203,164,231); }

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