Shades of Wisteria #CF8CED
Tints of Wisteria #CF8CED
RGB
CMYK
RGB Variations
Color information
#CF8CED (or 0xCF8CED) is known color: Wisteria. HEX triplet: CF, 8C and ED. RGB value is (207,140,237). Sum of RGB (Red+Green+Blue) = 207+140+237=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CED is #307312. Grayscale: #AAAAAA. Windows color (decimal): -3175187 or 15568079. OLE color: 15568079.
HSL color Cylindrical-coordinate representation of color #CF8CED: hue angle of 281.44º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8CED is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 140 | 237 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.07 |
| HSL | 281.44º | 0.73% | 0.74% | - |
| HSV(B) | 281.44º | 0.41% | 0.93% | - |
| XYZ | 50.4 | 38.14 | 84.83 | - |
| YUV | 171.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 237 | 0.13 | 0.41 | 0 | 0.07 | 281.44 | 0.73 | 0.74 |
| Hex | CF | 8C | ED | D | 29 | 0 | 7 | 119 | 49 | 4A |
| Octal | 317 | 214 | 355 | 15 | 51 | 0 | 7 | 431 | 111 | 112 |
| Binary | 11001111 | 10001100 | 11101101 | 1101 | 101001 | 0 | 111 | 100011001 | 1001001 | 1001010 |
Color Harmonies of #CF8CED
Complementary color
Monochromatic Colors of #CF8CED
Black with #CF8CED
Text Example
Text Example
White with #CF8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CED; }
p { color: rgb(207,140,237); }
H1.HeaderClassName
{
color: #CF8CED;
}
.AnyTagClassName
{
color: #CF8CED;
}
</style>
background-color css
<style>
a { background-color: #CF8CED; }
a { background-color: rgb(207,140,237); }
div.DivClassName
{
background-color: #CF8CED;
}
.BgClassName
{
background-color: #CF8CED;
}
</style>
border-color css
<style>
span { border-color: #CF8CED; }
span { border-color: rgb(207,140,237); }
td.TdClassName
{
border-color: #CF8CED;
}
.TagClassName
{
border-color: #CF8CED;
}
</style>