#CBA0E7

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

Shades of Wisteria #CBA0E7

Tints of Wisteria #CBA0E7

Color information

#CBA0E7 (or 0xCBA0E7) is unknown color: approx Wisteria. HEX triplet: CB, A0 and E7. RGB value is (203,160,231). Sum of RGB (Red+Green+Blue) = 203+160+231=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0E7 is #345F18. Grayscale: #B4B4B4. Windows color (decimal): -3432217 or 15179979. OLE color: 15179979.

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

Color convert

RGB203160231-
CMYK0.120.3100.09
HSL276.34º59.66%76.67%-
HSV(B)276.34º30.74%90.59%-
XYZ51.6243.6181.3-
YUV180.95156.25143.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 231 (90.62% from 255) = 38.89%
R=34.18%
G=26.94%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031602310.120.3100.09276.3459.6676.67
HexCBA0E7C1F091143c4d
Octal313240347143701142474115
Binary110010111010000011100111110011111010011000101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0E7; }

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

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

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

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

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

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

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

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