#CB96DA

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

Shades of Wisteria #CB96DA

Tints of Wisteria #CB96DA

Color information

#CB96DA (or 0xCB96DA) is unknown color: approx Wisteria. HEX triplet: CB, 96 and DA. RGB value is (203,150,218). Sum of RGB (Red+Green+Blue) = 203+150+218=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DA is #346925. Grayscale: #ADADAD. Windows color (decimal): -3434790 or 14325451. OLE color: 14325451.

HSL color Cylindrical-coordinate representation of color #CB96DA: hue angle of 286.76º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB96DA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203150218-
CMYK0.070.3100.15
HSL286.76º47.89%72.16%-
HSV(B)286.76º31.19%85.49%-
XYZ48.1939.5771.43-
YUV173.6153.06148.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=35.55%
G=26.27%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031502180.070.3100.15286.7647.8972.16
HexCB96DA71F0F11f3048
Octal31322633273701743760110
Binary11001011100101101101101011111111011111000111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96DA; }

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

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

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

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

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

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

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

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