#CB9FEC

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

Shades of Wisteria #CB9FEC

Tints of Wisteria #CB9FEC

Color information

#CB9FEC (or 0xCB9FEC) is unknown color: approx Wisteria. HEX triplet: CB, 9F and EC. RGB value is (203,159,236). Sum of RGB (Red+Green+Blue) = 203+159+236=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEC is #346013. Grayscale: #B4B4B4. Windows color (decimal): -3432468 or 15507403. OLE color: 15507403.

HSL color Cylindrical-coordinate representation of color #CB9FEC: hue angle of 274.29º 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 #CB9FEC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203159236-
CMYK0.140.3300.07
HSL274.29º66.96%77.45%-
HSV(B)274.29º32.63%92.55%-
XYZ52.1743.5585.01-
YUV180.93159.08143.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=33.95%
G=26.59%
B=39.46%

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
Decimal2031592360.140.3300.07274.2966.9677.45
HexCB9FECE2107112434d
Octal313237354164107422103115
Binary1100101110011111111011001110100001011110001001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FEC; }

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

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

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

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

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

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

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

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