Shades of Wisteria #CFA5DB
Tints of Wisteria #CFA5DB
RGB
CMYK
RGB Variations
Color information
#CFA5DB (or 0xCFA5DB) is known color: Wisteria. HEX triplet: CF, A5 and DB. RGB value is (207,165,219). Sum of RGB (Red+Green+Blue) = 207+165+219=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DB is #305A24. Grayscale: #B7B7B7. Windows color (decimal): -3168805 or 14394831. OLE color: 14394831.
HSL color Cylindrical-coordinate representation of color #CFA5DB: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA5DB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 165 | 219 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.14 |
| HSL | 286.67º | 0.43% | 0.75% | - |
| HSV(B) | 286.67º | 0.25% | 0.86% | - |
| XYZ | 51.97 | 45.29 | 73.02 | - |
| YUV | 183.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 219 | 0.05 | 0.25 | 0 | 0.14 | 286.67 | 0.43 | 0.75 |
| Hex | CF | A5 | DB | 5 | 19 | 0 | E | 11F | 2B | 4B |
| Octal | 317 | 245 | 333 | 5 | 31 | 0 | 16 | 437 | 53 | 113 |
| Binary | 11001111 | 10100101 | 11011011 | 101 | 11001 | 0 | 1110 | 100011111 | 101011 | 1001011 |
Color Harmonies of #CFA5DB
Complementary color
Monochromatic Colors of #CFA5DB
Black with #CFA5DB
Text Example
Text Example
White with #CFA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5DB; }
p { color: rgb(207,165,219); }
H1.HeaderClassName
{
color: #CFA5DB;
}
.AnyTagClassName
{
color: #CFA5DB;
}
</style>
background-color css
<style>
a { background-color: #CFA5DB; }
a { background-color: rgb(207,165,219); }
div.DivClassName
{
background-color: #CFA5DB;
}
.BgClassName
{
background-color: #CFA5DB;
}
</style>
border-color css
<style>
span { border-color: #CFA5DB; }
span { border-color: rgb(207,165,219); }
td.TdClassName
{
border-color: #CFA5DB;
}
.TagClassName
{
border-color: #CFA5DB;
}
</style>