#CBA0E0

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

Shades of Wisteria #CBA0E0

Tints of Wisteria #CBA0E0

Color information

#CBA0E0 (or 0xCBA0E0) is unknown color: approx Wisteria. HEX triplet: CB, A0 and E0. RGB value is (203,160,224). Sum of RGB (Red+Green+Blue) = 203+160+224=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0E0 is #345F1F. Grayscale: #B3B3B3. Windows color (decimal): -3432224 or 14721227. OLE color: 14721227.

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

Color convert

RGB203160224-
CMYK0.090.2900.12
HSL280.31º50.79%75.29%-
HSV(B)280.31º28.57%87.84%-
XYZ50.6543.2276.19-
YUV180.15152.75144.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=34.58%
G=27.26%
B=38.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031602240.090.2900.12280.3150.7975.29
HexCBA0E091D0C118334b
Octal313240340113501443063113
Binary110010111010000011100000100111101011001000110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0E0; }

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

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

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

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

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

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

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

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