Shades of Wisteria #CF9CDC
Tints of Wisteria #CF9CDC
RGB
CMYK
RGB Variations
Color information
#CF9CDC (or 0xCF9CDC) is known color: Wisteria. HEX triplet: CF, 9C and DC. RGB value is (207,156,220). Sum of RGB (Red+Green+Blue) = 207+156+220=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDC is #306323. Grayscale: #B2B2B2. Windows color (decimal): -3171108 or 14458063. OLE color: 14458063.
HSL color Cylindrical-coordinate representation of color #CF9CDC: hue angle of 287.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9CDC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 156 | 220 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.14 |
| HSL | 287.81º | 0.48% | 0.74% | - |
| HSV(B) | 287.81º | 0.29% | 0.86% | - |
| XYZ | 50.54 | 42.21 | 73.19 | - |
| YUV | 178.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 220 | 0.06 | 0.29 | 0 | 0.14 | 287.81 | 0.48 | 0.74 |
| Hex | CF | 9C | DC | 6 | 1D | 0 | E | 120 | 30 | 4A |
| Octal | 317 | 234 | 334 | 6 | 35 | 0 | 16 | 440 | 60 | 112 |
| Binary | 11001111 | 10011100 | 11011100 | 110 | 11101 | 0 | 1110 | 100100000 | 110000 | 1001010 |
Color Harmonies of #CF9CDC
Complementary color
Monochromatic Colors of #CF9CDC
Black with #CF9CDC
Text Example
Text Example
White with #CF9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CDC; }
p { color: rgb(207,156,220); }
H1.HeaderClassName
{
color: #CF9CDC;
}
.AnyTagClassName
{
color: #CF9CDC;
}
</style>
background-color css
<style>
a { background-color: #CF9CDC; }
a { background-color: rgb(207,156,220); }
div.DivClassName
{
background-color: #CF9CDC;
}
.BgClassName
{
background-color: #CF9CDC;
}
</style>
border-color css
<style>
span { border-color: #CF9CDC; }
span { border-color: rgb(207,156,220); }
td.TdClassName
{
border-color: #CF9CDC;
}
.TagClassName
{
border-color: #CF9CDC;
}
</style>