#CBA0DF

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

Shades of Wisteria #CBA0DF

Tints of Wisteria #CBA0DF

Color information

#CBA0DF (or 0xCBA0DF) is unknown color: approx Wisteria. HEX triplet: CB, A0 and DF. RGB value is (203,160,223). Sum of RGB (Red+Green+Blue) = 203+160+223=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0DF is #345F20. Grayscale: #B3B3B3. Windows color (decimal): -3432225 or 14655691. OLE color: 14655691.

HSL color Cylindrical-coordinate representation of color #CBA0DF: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA0DF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203160223-
CMYK0.090.2800.13
HSL280.95º49.61%75.1%-
HSV(B)280.95º28.25%87.45%-
XYZ50.5243.1775.48-
YUV180.04152.25144.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=34.64%
G=27.30%
B=38.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031602230.090.2800.13280.9549.6175.1
HexCBA0DF91C0D119324b
Octal313240337113401543162113
Binary110010111010000011011111100111100011011000110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0DF; }

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

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

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

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

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

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

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

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