#CB9EEC

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

Shades of Wisteria #CB9EEC

Tints of Wisteria #CB9EEC

Color information

#CB9EEC (or 0xCB9EEC) is unknown color: approx Wisteria. HEX triplet: CB, 9E and EC. RGB value is (203,158,236). Sum of RGB (Red+Green+Blue) = 203+158+236=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EEC is #346113. Grayscale: #B4B4B4. Windows color (decimal): -3432724 or 15507147. OLE color: 15507147.

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

Color convert

RGB203158236-
CMYK0.140.3300.07
HSL274.62º67.24%77.25%-
HSV(B)274.62º33.05%92.55%-
XYZ5243.2184.96-
YUV180.35159.41144.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=34.00%
G=26.47%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031582360.140.3300.07274.6267.2477.25
HexCB9EECE2107113434d
Octal313236354164107423103115
Binary1100101110011110111011001110100001011110001001110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EEC; }

 p { color: rgb(203,158,236); }

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

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

 a { background-color: rgb(203,158,236); }

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

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

 span { border-color: rgb(203,158,236); }

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