Shades of Wisteria #CA9CEF
Tints of Wisteria #CA9CEF
RGB
CMYK
RGB Variations
Color information
#CA9CEF (or 0xCA9CEF) is known color: Wisteria. HEX triplet: CA, 9C and EF. RGB value is (202,156,239). Sum of RGB (Red+Green+Blue) = 202+156+239=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEF is #356310. Grayscale: #B2B2B2. Windows color (decimal): -3498769 or 15703242. OLE color: 15703242.
HSL color Cylindrical-coordinate representation of color #CA9CEF: hue angle of 273.25º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9CEF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 156 | 239 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.06 |
| HSL | 273.25º | 0.72% | 0.77% | - |
| HSV(B) | 273.25º | 0.35% | 0.94% | - |
| XYZ | 51.83 | 42.57 | 87.15 | - |
| YUV | 179.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 239 | 0.15 | 0.35 | 0 | 0.06 | 273.25 | 0.72 | 0.77 |
| Hex | CA | 9C | EF | F | 23 | 0 | 6 | 111 | 48 | 4D |
| Octal | 312 | 234 | 357 | 17 | 43 | 0 | 6 | 421 | 110 | 115 |
| Binary | 11001010 | 10011100 | 11101111 | 1111 | 100011 | 0 | 110 | 100010001 | 1001000 | 1001101 |
Color Harmonies of #CA9CEF
Complementary color
Monochromatic Colors of #CA9CEF
Black with #CA9CEF
Text Example
Text Example
White with #CA9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CEF; }
p { color: rgb(202,156,239); }
H1.HeaderClassName
{
color: #CA9CEF;
}
.AnyTagClassName
{
color: #CA9CEF;
}
</style>
background-color css
<style>
a { background-color: #CA9CEF; }
a { background-color: rgb(202,156,239); }
div.DivClassName
{
background-color: #CA9CEF;
}
.BgClassName
{
background-color: #CA9CEF;
}
</style>
border-color css
<style>
span { border-color: #CA9CEF; }
span { border-color: rgb(202,156,239); }
td.TdClassName
{
border-color: #CA9CEF;
}
.TagClassName
{
border-color: #CA9CEF;
}
</style>