Shades of Wisteria #CB99DF
Tints of Wisteria #CB99DF
RGB
CMYK
RGB Variations
Color information
#CB99DF (or 0xCB99DF) is known color: Wisteria. HEX triplet: CB, 99 and DF. RGB value is (203,153,223). Sum of RGB (Red+Green+Blue) = 203+153+223=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DF is #346620. Grayscale: #AFAFAF. Windows color (decimal): -3434017 or 14653899. OLE color: 14653899.
HSL color Cylindrical-coordinate representation of color #CB99DF: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB99DF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 153 | 223 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 282.86º | 0.52% | 0.74% | - |
| HSV(B) | 282.86º | 0.31% | 0.87% | - |
| XYZ | 49.34 | 40.81 | 75.09 | - |
| YUV | 175.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 223 | 0.09 | 0.31 | 0 | 0.13 | 282.86 | 0.52 | 0.74 |
| Hex | CB | 99 | DF | 9 | 1F | 0 | D | 11B | 34 | 4A |
| Octal | 313 | 231 | 337 | 11 | 37 | 0 | 15 | 433 | 64 | 112 |
| Binary | 11001011 | 10011001 | 11011111 | 1001 | 11111 | 0 | 1101 | 100011011 | 110100 | 1001010 |
Color Harmonies of #CB99DF
Complementary color
Monochromatic Colors of #CB99DF
Black with #CB99DF
Text Example
Text Example
White with #CB99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99DF; }
p { color: rgb(203,153,223); }
H1.HeaderClassName
{
color: #CB99DF;
}
.AnyTagClassName
{
color: #CB99DF;
}
</style>
background-color css
<style>
a { background-color: #CB99DF; }
a { background-color: rgb(203,153,223); }
div.DivClassName
{
background-color: #CB99DF;
}
.BgClassName
{
background-color: #CB99DF;
}
</style>
border-color css
<style>
span { border-color: #CB99DF; }
span { border-color: rgb(203,153,223); }
td.TdClassName
{
border-color: #CB99DF;
}
.TagClassName
{
border-color: #CB99DF;
}
</style>