#CBA0F3

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

Shades of Wisteria #CBA0F3

Tints of Wisteria #CBA0F3

Color information

#CBA0F3 (or 0xCBA0F3) is unknown color: approx Wisteria. HEX triplet: CB, A0 and F3. RGB value is (203,160,243). Sum of RGB (Red+Green+Blue) = 203+160+243=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBA0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0F3 is #345F0C. Grayscale: #B6B6B6. Windows color (decimal): -3432205 or 15966411. OLE color: 15966411.

HSL color Cylindrical-coordinate representation of color #CBA0F3: hue angle of 271.08º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA0F3 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203160243-
CMYK0.160.3400.05
HSL271.08º77.57%79.02%-
HSV(B)271.08º34.16%95.29%-
XYZ53.3844.3190.53-
YUV182.32162.25142.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=33.50%
G=26.40%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031602430.160.3400.05271.0877.5779.02
HexCBA0F310220510f4e4f
Octal313240363204205417116117
Binary11001011101000001111001110000100010010110000111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0F3; }

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

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

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

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

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

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

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

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