#CB9FEB

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

Shades of Wisteria #CB9FEB

Tints of Wisteria #CB9FEB

Color information

#CB9FEB (or 0xCB9FEB) is unknown color: approx Wisteria. HEX triplet: CB, 9F and EB. RGB value is (203,159,235). Sum of RGB (Red+Green+Blue) = 203+159+235=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEB is #346014. Grayscale: #B4B4B4. Windows color (decimal): -3432469 or 15441867. OLE color: 15441867.

HSL color Cylindrical-coordinate representation of color #CB9FEB: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9FEB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203159235-
CMYK0.140.3200.08
HSL274.74º65.52%77.25%-
HSV(B)274.74º32.34%92.16%-
XYZ52.0243.4984.25-
YUV180.82158.58143.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=34.00%
G=26.63%
B=39.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031592350.140.3200.08274.7465.5277.25
HexCB9FEBE2008113424d
Octal3132373531640010423102115
Binary11001011100111111110101111101000000100010001001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FEB; }

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

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

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

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

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

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

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

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