#CB99DD

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

Shades of Wisteria #CB99DD

Tints of Wisteria #CB99DD

Color information

#CB99DD (or 0xCB99DD) is unknown color: approx Wisteria. HEX triplet: CB, 99 and DD. RGB value is (203,153,221). Sum of RGB (Red+Green+Blue) = 203+153+221=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DD is #346622. Grayscale: #AFAFAF. Windows color (decimal): -3434019 or 14522827. OLE color: 14522827.

HSL color Cylindrical-coordinate representation of color #CB99DD: hue angle of 284.12º 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 #CB99DD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203153221-
CMYK0.080.3100.13
HSL284.12º50%73.33%-
HSV(B)284.12º30.77%86.67%-
XYZ49.0740.773.68-
YUV175.7153.56147.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=35.18%
G=26.52%
B=38.30%

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
Decimal2031532210.080.3100.13284.125073.33
HexCB99DD81F0D11c3249
Octal313231335103701543462111
Binary110010111001100111011101100011111011011000111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99DD; }

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

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

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

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

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

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

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

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