Shades of Wisteria #CB9FDA
Tints of Wisteria #CB9FDA
RGB
CMYK
RGB Variations
Color information
#CB9FDA (or 0xCB9FDA) is known color: Wisteria. HEX triplet: CB, 9F and DA. RGB value is (203,159,218). Sum of RGB (Red+Green+Blue) = 203+159+218=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FDA is #346025. Grayscale: #B2B2B2. Windows color (decimal): -3432486 or 14327755. OLE color: 14327755.
HSL color Cylindrical-coordinate representation of color #CB9FDA: hue angle of 284.75º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9FDA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 159 | 218 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.15 |
| HSL | 284.75º | 0.44% | 0.74% | - |
| HSV(B) | 284.75º | 0.27% | 0.85% | - |
| XYZ | 49.68 | 42.55 | 71.93 | - |
| YUV | 178.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 218 | 0.07 | 0.27 | 0 | 0.15 | 284.75 | 0.44 | 0.74 |
| Hex | CB | 9F | DA | 7 | 1B | 0 | F | 11D | 2C | 4A |
| Octal | 313 | 237 | 332 | 7 | 33 | 0 | 17 | 435 | 54 | 112 |
| Binary | 11001011 | 10011111 | 11011010 | 111 | 11011 | 0 | 1111 | 100011101 | 101100 | 1001010 |
Color Harmonies of #CB9FDA
Complementary color
Monochromatic Colors of #CB9FDA
Black with #CB9FDA
Text Example
Text Example
White with #CB9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FDA; }
p { color: rgb(203,159,218); }
H1.HeaderClassName
{
color: #CB9FDA;
}
.AnyTagClassName
{
color: #CB9FDA;
}
</style>
background-color css
<style>
a { background-color: #CB9FDA; }
a { background-color: rgb(203,159,218); }
div.DivClassName
{
background-color: #CB9FDA;
}
.BgClassName
{
background-color: #CB9FDA;
}
</style>
border-color css
<style>
span { border-color: #CB9FDA; }
span { border-color: rgb(203,159,218); }
td.TdClassName
{
border-color: #CB9FDA;
}
.TagClassName
{
border-color: #CB9FDA;
}
</style>