#CB97DE

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

Shades of Wisteria #CB97DE

Tints of Wisteria #CB97DE

Color information

#CB97DE (or 0xCB97DE) is unknown color: approx Wisteria. HEX triplet: CB, 97 and DE. RGB value is (203,151,222). Sum of RGB (Red+Green+Blue) = 203+151+222=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97DE is #346821. Grayscale: #AEAEAE. Windows color (decimal): -3434530 or 14587851. OLE color: 14587851.

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

Color convert

RGB203151222-
CMYK0.090.3200.13
HSL283.94º51.82%73.14%-
HSV(B)283.94º31.98%87.06%-
XYZ48.8840.174.27-
YUV174.64154.73148.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=35.24%
G=26.22%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031512220.090.3200.13283.9451.8273.14
HexCB97DE9200D11c3449
Octal313227336114001543464111
Binary1100101110010111110111101001100000011011000111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97DE; }

 p { color: rgb(203,151,222); }

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

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

 a { background-color: rgb(203,151,222); }

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

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

 span { border-color: rgb(203,151,222); }

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