#CB87D7

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

Shades of Wisteria #CB87D7

Tints of Wisteria #CB87D7

Color information

#CB87D7 (or 0xCB87D7) is unknown color: approx Wisteria. HEX triplet: CB, 87 and D7. RGB value is (203,135,215). Sum of RGB (Red+Green+Blue) = 203+135+215=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87D7 is #347828. Grayscale: #A4A4A4. Windows color (decimal): -3438633 or 14125003. OLE color: 14125003.

HSL color Cylindrical-coordinate representation of color #CB87D7: hue angle of 291º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB87D7 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203135215-
CMYK0.060.3700.16
HSL291º50%68.63%-
HSV(B)291º37.21%84.31%-
XYZ45.5634.9368.63-
YUV164.45156.53155.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=36.71%
G=24.41%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031352150.060.3700.162915068.63
HexCB87D76250101233245
Octal31320732764502044362105
Binary1100101110000111110101111101001010100001001000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87D7; }

 p { color: rgb(203,135,215); }

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

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

 a { background-color: rgb(203,135,215); }

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

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

 span { border-color: rgb(203,135,215); }

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