Shades of Wisteria #CB98EA
Tints of Wisteria #CB98EA
RGB
CMYK
RGB Variations
Color information
#CB98EA (or 0xCB98EA) is known color: Wisteria. HEX triplet: CB, 98 and EA. RGB value is (203,152,234). Sum of RGB (Red+Green+Blue) = 203+152+234=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98EA is #346715. Grayscale: #B0B0B0. Windows color (decimal): -3434262 or 15374539. OLE color: 15374539.
HSL color Cylindrical-coordinate representation of color #CB98EA: hue angle of 277.32º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB98EA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 152 | 234 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.08 |
| HSL | 277.32º | 0.66% | 0.76% | - |
| HSV(B) | 277.32º | 0.35% | 0.92% | - |
| XYZ | 50.71 | 41.09 | 83.1 | - |
| YUV | 176.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 234 | 0.13 | 0.35 | 0 | 0.08 | 277.32 | 0.66 | 0.76 |
| Hex | CB | 98 | EA | D | 23 | 0 | 8 | 115 | 42 | 4C |
| Octal | 313 | 230 | 352 | 15 | 43 | 0 | 10 | 425 | 102 | 114 |
| Binary | 11001011 | 10011000 | 11101010 | 1101 | 100011 | 0 | 1000 | 100010101 | 1000010 | 1001100 |
Color Harmonies of #CB98EA
Complementary color
Monochromatic Colors of #CB98EA
Black with #CB98EA
Text Example
Text Example
White with #CB98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98EA; }
p { color: rgb(203,152,234); }
H1.HeaderClassName
{
color: #CB98EA;
}
.AnyTagClassName
{
color: #CB98EA;
}
</style>
background-color css
<style>
a { background-color: #CB98EA; }
a { background-color: rgb(203,152,234); }
div.DivClassName
{
background-color: #CB98EA;
}
.BgClassName
{
background-color: #CB98EA;
}
</style>
border-color css
<style>
span { border-color: #CB98EA; }
span { border-color: rgb(203,152,234); }
td.TdClassName
{
border-color: #CB98EA;
}
.TagClassName
{
border-color: #CB98EA;
}
</style>