#CB89EF

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

Shades of Wisteria #CB89EF

Tints of Wisteria #CB89EF

Color information

#CB89EF (or 0xCB89EF) is unknown color: approx Wisteria. HEX triplet: CB, 89 and EF. RGB value is (203,137,239). Sum of RGB (Red+Green+Blue) = 203+137+239=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB89EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89EF is #347610. Grayscale: #A8A8A8. Windows color (decimal): -3438097 or 15698379. OLE color: 15698379.

HSL color Cylindrical-coordinate representation of color #CB89EF: hue angle of 278.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB89EF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203137239-
CMYK0.150.4300.06
HSL278.82º76.12%73.73%-
HSV(B)278.82º42.68%93.73%-
XYZ49.1536.8286.18-
YUV168.36167.87152.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 137 (53.91% from 255) = 23.66%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=35.06%
G=23.66%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031372390.150.4300.06278.8276.1273.73
HexCB89EFF2B061174c4a
Octal313211357175306427114112
Binary1100101110001001111011111111101011011010001011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89EF; }

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

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

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

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

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

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

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

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