Shades of Wisteria #CB98F2
Tints of Wisteria #CB98F2
RGB
CMYK
RGB Variations
Color information
#CB98F2 (or 0xCB98F2) is known color: Wisteria. HEX triplet: CB, 98 and F2. RGB value is (203,152,242). Sum of RGB (Red+Green+Blue) = 203+152+242=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F2 is #34670D. Grayscale: #B1B1B1. Windows color (decimal): -3434254 or 15898827. OLE color: 15898827.
HSL color Cylindrical-coordinate representation of color #CB98F2: hue angle of 274º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB98F2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 152 | 242 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.05 |
| HSL | 274º | 0.78% | 0.77% | - |
| HSV(B) | 274º | 0.37% | 0.95% | - |
| XYZ | 51.88 | 41.56 | 89.29 | - |
| YUV | 177.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 242 | 0.16 | 0.37 | 0 | 0.05 | 274 | 0.78 | 0.77 |
| Hex | CB | 98 | F2 | 10 | 25 | 0 | 5 | 112 | 4E | 4D |
| Octal | 313 | 230 | 362 | 20 | 45 | 0 | 5 | 422 | 116 | 115 |
| Binary | 11001011 | 10011000 | 11110010 | 10000 | 100101 | 0 | 101 | 100010010 | 1001110 | 1001101 |
Color Harmonies of #CB98F2
Complementary color
Monochromatic Colors of #CB98F2
Black with #CB98F2
Text Example
Text Example
White with #CB98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98F2; }
p { color: rgb(203,152,242); }
H1.HeaderClassName
{
color: #CB98F2;
}
.AnyTagClassName
{
color: #CB98F2;
}
</style>
background-color css
<style>
a { background-color: #CB98F2; }
a { background-color: rgb(203,152,242); }
div.DivClassName
{
background-color: #CB98F2;
}
.BgClassName
{
background-color: #CB98F2;
}
</style>
border-color css
<style>
span { border-color: #CB98F2; }
span { border-color: rgb(203,152,242); }
td.TdClassName
{
border-color: #CB98F2;
}
.TagClassName
{
border-color: #CB98F2;
}
</style>