Shades of Wisteria #CB92DF
Tints of Wisteria #CB92DF
RGB
CMYK
RGB Variations
Color information
#CB92DF (or 0xCB92DF) is known color: Wisteria. HEX triplet: CB, 92 and DF. RGB value is (203,146,223). Sum of RGB (Red+Green+Blue) = 203+146+223=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92DF is #346D20. Grayscale: #ABABAB. Windows color (decimal): -3435809 or 14652107. OLE color: 14652107.
HSL color Cylindrical-coordinate representation of color #CB92DF: hue angle of 284.42º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB92DF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 146 | 223 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 284.42º | 0.55% | 0.72% | - |
| HSV(B) | 284.42º | 0.35% | 0.87% | - |
| XYZ | 48.23 | 38.58 | 74.72 | - |
| YUV | 171.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 223 | 0.09 | 0.35 | 0 | 0.13 | 284.42 | 0.55 | 0.72 |
| Hex | CB | 92 | DF | 9 | 23 | 0 | D | 11C | 37 | 48 |
| Octal | 313 | 222 | 337 | 11 | 43 | 0 | 15 | 434 | 67 | 110 |
| Binary | 11001011 | 10010010 | 11011111 | 1001 | 100011 | 0 | 1101 | 100011100 | 110111 | 1001000 |
Color Harmonies of #CB92DF
Complementary color
Monochromatic Colors of #CB92DF
Black with #CB92DF
Text Example
Text Example
White with #CB92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92DF; }
p { color: rgb(203,146,223); }
H1.HeaderClassName
{
color: #CB92DF;
}
.AnyTagClassName
{
color: #CB92DF;
}
</style>
background-color css
<style>
a { background-color: #CB92DF; }
a { background-color: rgb(203,146,223); }
div.DivClassName
{
background-color: #CB92DF;
}
.BgClassName
{
background-color: #CB92DF;
}
</style>
border-color css
<style>
span { border-color: #CB92DF; }
span { border-color: rgb(203,146,223); }
td.TdClassName
{
border-color: #CB92DF;
}
.TagClassName
{
border-color: #CB92DF;
}
</style>