Shades of Wisteria #CAA8DD
Tints of Wisteria #CAA8DD
RGB
CMYK
RGB Variations
Color information
#CAA8DD (or 0xCAA8DD) is known color: Wisteria. HEX triplet: CA, A8 and DD. RGB value is (202,168,221). Sum of RGB (Red+Green+Blue) = 202+168+221=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DD is #355722. Grayscale: #B8B8B8. Windows color (decimal): -3495715 or 14526666. OLE color: 14526666.
HSL color Cylindrical-coordinate representation of color #CAA8DD: hue angle of 278.49º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA8DD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 168 | 221 | - |
CMYK | 0.09 | 0.24 | 0 | 0.13 |
HSL | 278.49º | 0.44% | 0.76% | - |
HSV(B) | 278.49º | 0.24% | 0.87% | - |
XYZ | 51.41 | 45.78 | 74.53 | - |
YUV | 184.21 | 148.76 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 168 | 221 | 0.09 | 0.24 | 0 | 0.13 | 278.49 | 0.44 | 0.76 |
Hex | CA | A8 | DD | 9 | 18 | 0 | D | 116 | 2C | 4C |
Octal | 312 | 250 | 335 | 11 | 30 | 0 | 15 | 426 | 54 | 114 |
Binary | 11001010 | 10101000 | 11011101 | 1001 | 11000 | 0 | 1101 | 100010110 | 101100 | 1001100 |
Color Harmonies of #CAA8DD
Complementary color
Monochromatic Colors of #CAA8DD
Black with #CAA8DD
Text Example
Text Example
White with #CAA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8DD; }
p { color: rgb(202,168,221); }
H1.HeaderClassName
{
color: #CAA8DD;
}
.AnyTagClassName
{
color: #CAA8DD;
}
</style>
background-color css
<style>
a { background-color: #CAA8DD; }
a { background-color: rgb(202,168,221); }
div.DivClassName
{
background-color: #CAA8DD;
}
.BgClassName
{
background-color: #CAA8DD;
}
</style>
border-color css
<style>
span { border-color: #CAA8DD; }
span { border-color: rgb(202,168,221); }
td.TdClassName
{
border-color: #CAA8DD;
}
.TagClassName
{
border-color: #CAA8DD;
}
</style>