#CB89E7

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

Shades of Wisteria #CB89E7

Tints of Wisteria #CB89E7

Color information

#CB89E7 (or 0xCB89E7) is unknown color: approx Wisteria. HEX triplet: CB, 89 and E7. RGB value is (203,137,231). Sum of RGB (Red+Green+Blue) = 203+137+231=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB89E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89E7 is #347618. Grayscale: #A7A7A7. Windows color (decimal): -3438105 or 15174091. OLE color: 15174091.

HSL color Cylindrical-coordinate representation of color #CB89E7: hue angle of 282.13º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB89E7 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203137231-
CMYK0.120.4100.09
HSL282.13º66.2%72.16%-
HSV(B)282.13º40.69%90.59%-
XYZ4836.3680.09-
YUV167.45163.87153.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 231 (90.62% from 255) = 40.46%
R=35.55%
G=23.99%
B=40.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031372310.120.4100.09282.1366.272.16
HexCB89E7C290911a4248
Octal3132113471451011432102110
Binary11001011100010011110011111001010010100110001101010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89E7; }

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

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

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

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

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

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

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

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