Shades of Wisteria #CFA3DA
Tints of Wisteria #CFA3DA
RGB
CMYK
RGB Variations
Color information
#CFA3DA (or 0xCFA3DA) is known color: Wisteria. HEX triplet: CF, A3 and DA. RGB value is (207,163,218). Sum of RGB (Red+Green+Blue) = 207+163+218=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DA is #305C25. Grayscale: #B6B6B6. Windows color (decimal): -3169318 or 14328783. OLE color: 14328783.
HSL color Cylindrical-coordinate representation of color #CFA3DA: hue angle of 288º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA3DA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 163 | 218 | - |
CMYK | 0.05 | 0.25 | 0 | 0.15 |
HSL | 288º | 0.43% | 0.75% | - |
HSV(B) | 288º | 0.25% | 0.85% | - |
XYZ | 51.48 | 44.52 | 72.21 | - |
YUV | 182.43 | 148.08 | 145.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 163 | 218 | 0.05 | 0.25 | 0 | 0.15 | 288 | 0.43 | 0.75 |
Hex | CF | A3 | DA | 5 | 19 | 0 | F | 120 | 2B | 4B |
Octal | 317 | 243 | 332 | 5 | 31 | 0 | 17 | 440 | 53 | 113 |
Binary | 11001111 | 10100011 | 11011010 | 101 | 11001 | 0 | 1111 | 100100000 | 101011 | 1001011 |
Color Harmonies of #CFA3DA
Complementary color
Monochromatic Colors of #CFA3DA
Black with #CFA3DA
Text Example
Text Example
White with #CFA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3DA; }
p { color: rgb(207,163,218); }
H1.HeaderClassName
{
color: #CFA3DA;
}
.AnyTagClassName
{
color: #CFA3DA;
}
</style>
background-color css
<style>
a { background-color: #CFA3DA; }
a { background-color: rgb(207,163,218); }
div.DivClassName
{
background-color: #CFA3DA;
}
.BgClassName
{
background-color: #CFA3DA;
}
</style>
border-color css
<style>
span { border-color: #CFA3DA; }
span { border-color: rgb(207,163,218); }
td.TdClassName
{
border-color: #CFA3DA;
}
.TagClassName
{
border-color: #CFA3DA;
}
</style>