#CB96D7

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

Shades of Wisteria #CB96D7

Tints of Wisteria #CB96D7

Color information

#CB96D7 (or 0xCB96D7) is unknown color: approx Wisteria. HEX triplet: CB, 96 and D7. RGB value is (203,150,215). Sum of RGB (Red+Green+Blue) = 203+150+215=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D7 is #346928. Grayscale: #ADADAD. Windows color (decimal): -3434793 or 14128843. OLE color: 14128843.

HSL color Cylindrical-coordinate representation of color #CB96D7: hue angle of 288.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB96D7 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203150215-
CMYK0.060.3000.16
HSL288.92º44.83%71.57%-
HSV(B)288.92º30.23%84.31%-
XYZ47.839.4269.38-
YUV173.26151.56149.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=35.74%
G=26.41%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031502150.060.3000.16288.9244.8371.57
HexCB96D761E0101212d48
Octal31322632763602044155110
Binary110010111001011011010111110111100100001001000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96D7; }

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

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

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

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

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

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

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

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