Shades of Wisteria #CA99DF
Tints of Wisteria #CA99DF
RGB
CMYK
RGB Variations
Color information
#CA99DF (or 0xCA99DF) is known color: Wisteria. HEX triplet: CA, 99 and DF. RGB value is (202,153,223). Sum of RGB (Red+Green+Blue) = 202+153+223=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DF is #356620. Grayscale: #AFAFAF. Windows color (decimal): -3499553 or 14653898. OLE color: 14653898.
HSL color Cylindrical-coordinate representation of color #CA99DF: hue angle of 282º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA99DF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 153 | 223 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 282º | 0.52% | 0.74% | - |
| HSV(B) | 282º | 0.31% | 0.87% | - |
| XYZ | 49.07 | 40.67 | 75.08 | - |
| YUV | 175.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 223 | 0.09 | 0.31 | 0 | 0.13 | 282 | 0.52 | 0.74 |
| Hex | CA | 99 | DF | 9 | 1F | 0 | D | 11A | 34 | 4A |
| Octal | 312 | 231 | 337 | 11 | 37 | 0 | 15 | 432 | 64 | 112 |
| Binary | 11001010 | 10011001 | 11011111 | 1001 | 11111 | 0 | 1101 | 100011010 | 110100 | 1001010 |
Color Harmonies of #CA99DF
Complementary color
Monochromatic Colors of #CA99DF
Black with #CA99DF
Text Example
Text Example
White with #CA99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99DF; }
p { color: rgb(202,153,223); }
H1.HeaderClassName
{
color: #CA99DF;
}
.AnyTagClassName
{
color: #CA99DF;
}
</style>
background-color css
<style>
a { background-color: #CA99DF; }
a { background-color: rgb(202,153,223); }
div.DivClassName
{
background-color: #CA99DF;
}
.BgClassName
{
background-color: #CA99DF;
}
</style>
border-color css
<style>
span { border-color: #CA99DF; }
span { border-color: rgb(202,153,223); }
td.TdClassName
{
border-color: #CA99DF;
}
.TagClassName
{
border-color: #CA99DF;
}
</style>