Shades of Wisteria #CA98ED
Tints of Wisteria #CA98ED
RGB
CMYK
RGB Variations
Color information
#CA98ED (or 0xCA98ED) is known color: Wisteria. HEX triplet: CA, 98 and ED. RGB value is (202,152,237). Sum of RGB (Red+Green+Blue) = 202+152+237=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98ED is #356712. Grayscale: #B0B0B0. Windows color (decimal): -3499795 or 15571146. OLE color: 15571146.
HSL color Cylindrical-coordinate representation of color #CA98ED: hue angle of 275.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA98ED is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 152 | 237 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.07 |
| HSL | 275.29º | 0.7% | 0.76% | - |
| HSV(B) | 275.29º | 0.36% | 0.93% | - |
| XYZ | 50.87 | 41.13 | 85.38 | - |
| YUV | 176.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 237 | 0.15 | 0.36 | 0 | 0.07 | 275.29 | 0.7 | 0.76 |
| Hex | CA | 98 | ED | F | 24 | 0 | 7 | 113 | 46 | 4C |
| Octal | 312 | 230 | 355 | 17 | 44 | 0 | 7 | 423 | 106 | 114 |
| Binary | 11001010 | 10011000 | 11101101 | 1111 | 100100 | 0 | 111 | 100010011 | 1000110 | 1001100 |
Color Harmonies of #CA98ED
Complementary color
Monochromatic Colors of #CA98ED
Black with #CA98ED
Text Example
Text Example
White with #CA98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98ED; }
p { color: rgb(202,152,237); }
H1.HeaderClassName
{
color: #CA98ED;
}
.AnyTagClassName
{
color: #CA98ED;
}
</style>
background-color css
<style>
a { background-color: #CA98ED; }
a { background-color: rgb(202,152,237); }
div.DivClassName
{
background-color: #CA98ED;
}
.BgClassName
{
background-color: #CA98ED;
}
</style>
border-color css
<style>
span { border-color: #CA98ED; }
span { border-color: rgb(202,152,237); }
td.TdClassName
{
border-color: #CA98ED;
}
.TagClassName
{
border-color: #CA98ED;
}
</style>