Shades of Wisteria #CB99E0
Tints of Wisteria #CB99E0
RGB
CMYK
RGB Variations
Color information
#CB99E0 (or 0xCB99E0) is known color: Wisteria. HEX triplet: CB, 99 and E0. RGB value is (203,153,224). Sum of RGB (Red+Green+Blue) = 203+153+224=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99E0 is #34661F. Grayscale: #AFAFAF. Windows color (decimal): -3434016 or 14719435. OLE color: 14719435.
HSL color Cylindrical-coordinate representation of color #CB99E0: hue angle of 282.25º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB99E0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 153 | 224 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.12 |
| HSL | 282.25º | 0.53% | 0.74% | - |
| HSV(B) | 282.25º | 0.32% | 0.88% | - |
| XYZ | 49.47 | 40.86 | 75.8 | - |
| YUV | 176.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 224 | 0.09 | 0.32 | 0 | 0.12 | 282.25 | 0.53 | 0.74 |
| Hex | CB | 99 | E0 | 9 | 20 | 0 | C | 11A | 35 | 4A |
| Octal | 313 | 231 | 340 | 11 | 40 | 0 | 14 | 432 | 65 | 112 |
| Binary | 11001011 | 10011001 | 11100000 | 1001 | 100000 | 0 | 1100 | 100011010 | 110101 | 1001010 |
Color Harmonies of #CB99E0
Complementary color
Monochromatic Colors of #CB99E0
Black with #CB99E0
Text Example
Text Example
White with #CB99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99E0; }
p { color: rgb(203,153,224); }
H1.HeaderClassName
{
color: #CB99E0;
}
.AnyTagClassName
{
color: #CB99E0;
}
</style>
background-color css
<style>
a { background-color: #CB99E0; }
a { background-color: rgb(203,153,224); }
div.DivClassName
{
background-color: #CB99E0;
}
.BgClassName
{
background-color: #CB99E0;
}
</style>
border-color css
<style>
span { border-color: #CB99E0; }
span { border-color: rgb(203,153,224); }
td.TdClassName
{
border-color: #CB99E0;
}
.TagClassName
{
border-color: #CB99E0;
}
</style>