Shades of Wisteria #CFA3DB
Tints of Wisteria #CFA3DB
RGB
CMYK
RGB Variations
Color information
#CFA3DB (or 0xCFA3DB) is known color: Wisteria. HEX triplet: CF, A3 and DB. RGB value is (207,163,219). Sum of RGB (Red+Green+Blue) = 207+163+219=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DB is #305C24. Grayscale: #B6B6B6. Windows color (decimal): -3169317 or 14394319. OLE color: 14394319.
HSL color Cylindrical-coordinate representation of color #CFA3DB: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA3DB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 163 | 219 | - |
CMYK | 0.05 | 0.26 | 0 | 0.14 |
HSL | 287.14º | 0.44% | 0.75% | - |
HSV(B) | 287.14º | 0.26% | 0.86% | - |
XYZ | 51.62 | 44.57 | 72.9 | - |
YUV | 182.54 | 148.58 | 145.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 163 | 219 | 0.05 | 0.26 | 0 | 0.14 | 287.14 | 0.44 | 0.75 |
Hex | CF | A3 | DB | 5 | 1A | 0 | E | 11F | 2C | 4B |
Octal | 317 | 243 | 333 | 5 | 32 | 0 | 16 | 437 | 54 | 113 |
Binary | 11001111 | 10100011 | 11011011 | 101 | 11010 | 0 | 1110 | 100011111 | 101100 | 1001011 |
Color Harmonies of #CFA3DB
Complementary color
Monochromatic Colors of #CFA3DB
Black with #CFA3DB
Text Example
Text Example
White with #CFA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3DB; }
p { color: rgb(207,163,219); }
H1.HeaderClassName
{
color: #CFA3DB;
}
.AnyTagClassName
{
color: #CFA3DB;
}
</style>
background-color css
<style>
a { background-color: #CFA3DB; }
a { background-color: rgb(207,163,219); }
div.DivClassName
{
background-color: #CFA3DB;
}
.BgClassName
{
background-color: #CFA3DB;
}
</style>
border-color css
<style>
span { border-color: #CFA3DB; }
span { border-color: rgb(207,163,219); }
td.TdClassName
{
border-color: #CFA3DB;
}
.TagClassName
{
border-color: #CFA3DB;
}
</style>