#CB89DF

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

Shades of Wisteria #CB89DF

Tints of Wisteria #CB89DF

Color information

#CB89DF (or 0xCB89DF) is unknown color: approx Wisteria. HEX triplet: CB, 89 and DF. RGB value is (203,137,223). Sum of RGB (Red+Green+Blue) = 203+137+223=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89DF is #347620. Grayscale: #A6A6A6. Windows color (decimal): -3438113 or 14649803. OLE color: 14649803.

HSL color Cylindrical-coordinate representation of color #CB89DF: hue angle of 286.05º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB89DF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203137223-
CMYK0.090.3900.13
HSL286.05º57.33%70.59%-
HSV(B)286.05º38.57%87.45%-
XYZ46.8935.9274.27-
YUV166.54159.87154.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=36.06%
G=24.33%
B=39.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031372230.090.3900.13286.0557.3370.59
HexCB89DF9270D11e3947
Octal313211337114701543671107
Binary1100101110001001110111111001100111011011000111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89DF; }

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

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

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

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

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

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

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

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