Shades of Wisteria #CA9BED
Tints of Wisteria #CA9BED
RGB
CMYK
RGB Variations
Color information
#CA9BED (or 0xCA9BED) is known color: Wisteria. HEX triplet: CA, 9B and ED. RGB value is (202,155,237). Sum of RGB (Red+Green+Blue) = 202+155+237=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BED is #356412. Grayscale: #B2B2B2. Windows color (decimal): -3499027 or 15571914. OLE color: 15571914.
HSL color Cylindrical-coordinate representation of color #CA9BED: hue angle of 274.39º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9BED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 155 | 237 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.07 |
| HSL | 274.39º | 0.69% | 0.77% | - |
| HSV(B) | 274.39º | 0.35% | 0.93% | - |
| XYZ | 51.36 | 42.11 | 85.54 | - |
| YUV | 178.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 237 | 0.15 | 0.35 | 0 | 0.07 | 274.39 | 0.69 | 0.77 |
| Hex | CA | 9B | ED | F | 23 | 0 | 7 | 112 | 45 | 4D |
| Octal | 312 | 233 | 355 | 17 | 43 | 0 | 7 | 422 | 105 | 115 |
| Binary | 11001010 | 10011011 | 11101101 | 1111 | 100011 | 0 | 111 | 100010010 | 1000101 | 1001101 |
Color Harmonies of #CA9BED
Complementary color
Monochromatic Colors of #CA9BED
Black with #CA9BED
Text Example
Text Example
White with #CA9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BED; }
p { color: rgb(202,155,237); }
H1.HeaderClassName
{
color: #CA9BED;
}
.AnyTagClassName
{
color: #CA9BED;
}
</style>
background-color css
<style>
a { background-color: #CA9BED; }
a { background-color: rgb(202,155,237); }
div.DivClassName
{
background-color: #CA9BED;
}
.BgClassName
{
background-color: #CA9BED;
}
</style>
border-color css
<style>
span { border-color: #CA9BED; }
span { border-color: rgb(202,155,237); }
td.TdClassName
{
border-color: #CA9BED;
}
.TagClassName
{
border-color: #CA9BED;
}
</style>