#CB98DD

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

Shades of Wisteria #CB98DD

Tints of Wisteria #CB98DD

Color information

#CB98DD (or 0xCB98DD) is unknown color: approx Wisteria. HEX triplet: CB, 98 and DD. RGB value is (203,152,221). Sum of RGB (Red+Green+Blue) = 203+152+221=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DD is #346722. Grayscale: #AEAEAE. Windows color (decimal): -3434275 or 14522571. OLE color: 14522571.

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

Color convert

RGB203152221-
CMYK0.080.3100.13
HSL284.35º50.36%73.14%-
HSV(B)284.35º31.22%86.67%-
XYZ48.9140.3773.62-
YUV175.12153.9147.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=35.24%
G=26.39%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031522210.080.3100.13284.3550.3673.14
HexCB98DD81F0D11c3249
Octal313230335103701543462111
Binary110010111001100011011101100011111011011000111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98DD; }

 p { color: rgb(203,152,221); }

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

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

 a { background-color: rgb(203,152,221); }

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

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

 span { border-color: rgb(203,152,221); }

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