#CBA0EA

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

Shades of Wisteria #CBA0EA

Tints of Wisteria #CBA0EA

Color information

#CBA0EA (or 0xCBA0EA) is unknown color: approx Wisteria. HEX triplet: CB, A0 and EA. RGB value is (203,160,234). Sum of RGB (Red+Green+Blue) = 203+160+234=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0EA is #345F15. Grayscale: #B5B5B5. Windows color (decimal): -3432214 or 15376587. OLE color: 15376587.

HSL color Cylindrical-coordinate representation of color #CBA0EA: hue angle of 274.86º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA0EA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203160234-
CMYK0.130.3200.08
HSL274.86º63.79%77.25%-
HSV(B)274.86º31.62%91.76%-
XYZ52.0543.7883.55-
YUV181.29157.75143.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=34.00%
G=26.80%
B=39.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031602340.130.3200.08274.8663.7977.25
HexCBA0EAD2008113404d
Octal3132403521540010423100115
Binary11001011101000001110101011011000000100010001001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0EA; }

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

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

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

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

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

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

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

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