#CBA0ED

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

Shades of Wisteria #CBA0ED

Tints of Wisteria #CBA0ED

Color information

#CBA0ED (or 0xCBA0ED) is unknown color: approx Wisteria. HEX triplet: CB, A0 and ED. RGB value is (203,160,237). Sum of RGB (Red+Green+Blue) = 203+160+237=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0ED is #345F12. Grayscale: #B5B5B5. Windows color (decimal): -3432211 or 15573195. OLE color: 15573195.

HSL color Cylindrical-coordinate representation of color #CBA0ED: hue angle of 273.51º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA0ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203160237-
CMYK0.140.3200.07
HSL273.51º68.14%77.84%-
HSV(B)273.51º32.49%92.94%-
XYZ52.4943.9585.84-
YUV181.64159.25143.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=33.83%
G=26.67%
B=39.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031602370.140.3200.07273.5168.1477.84
HexCBA0EDE2007112444e
Octal313240355164007422104116
Binary1100101110100000111011011110100000011110001001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0ED; }

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

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

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

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

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

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

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

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