#CB89EB

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

Shades of Wisteria #CB89EB

Tints of Wisteria #CB89EB

Color information

#CB89EB (or 0xCB89EB) is unknown color: approx Wisteria. HEX triplet: CB, 89 and EB. RGB value is (203,137,235). Sum of RGB (Red+Green+Blue) = 203+137+235=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89EB is #347614. Grayscale: #A7A7A7. Windows color (decimal): -3438101 or 15436235. OLE color: 15436235.

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

Color convert

RGB203137235-
CMYK0.140.4200.08
HSL280.41º71.01%72.94%-
HSV(B)280.41º41.7%92.16%-
XYZ48.5736.5983.1-
YUV167.91165.87153.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=35.30%
G=23.83%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031372350.140.4200.08280.4171.0172.94
HexCB89EBE2A081184749
Octal3132113531652010430107111
Binary11001011100010011110101111101010100100010001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89EB; }

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

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

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

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

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

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

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

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