Shades of Wisteria #CF8CF2
Tints of Wisteria #CF8CF2
RGB
CMYK
RGB Variations
Color information
#CF8CF2 (or 0xCF8CF2) is known color: Wisteria. HEX triplet: CF, 8C and F2. RGB value is (207,140,242). Sum of RGB (Red+Green+Blue) = 207+140+242=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF8CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CF2 is #30730D. Grayscale: #ABABAB. Windows color (decimal): -3175182 or 15895759. OLE color: 15895759.
HSL color Cylindrical-coordinate representation of color #CF8CF2: hue angle of 279.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8CF2 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 140 | 242 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.05 |
| HSL | 279.41º | 0.8% | 0.75% | - |
| HSV(B) | 279.41º | 0.42% | 0.95% | - |
| XYZ | 51.14 | 38.43 | 88.73 | - |
| YUV | 171.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 242 | 0.14 | 0.42 | 0 | 0.05 | 279.41 | 0.8 | 0.75 |
| Hex | CF | 8C | F2 | E | 2A | 0 | 5 | 117 | 50 | 4B |
| Octal | 317 | 214 | 362 | 16 | 52 | 0 | 5 | 427 | 120 | 113 |
| Binary | 11001111 | 10001100 | 11110010 | 1110 | 101010 | 0 | 101 | 100010111 | 1010000 | 1001011 |
Color Harmonies of #CF8CF2
Complementary color
Monochromatic Colors of #CF8CF2
Black with #CF8CF2
Text Example
Text Example
White with #CF8CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CF2; }
p { color: rgb(207,140,242); }
H1.HeaderClassName
{
color: #CF8CF2;
}
.AnyTagClassName
{
color: #CF8CF2;
}
</style>
background-color css
<style>
a { background-color: #CF8CF2; }
a { background-color: rgb(207,140,242); }
div.DivClassName
{
background-color: #CF8CF2;
}
.BgClassName
{
background-color: #CF8CF2;
}
</style>
border-color css
<style>
span { border-color: #CF8CF2; }
span { border-color: rgb(207,140,242); }
td.TdClassName
{
border-color: #CF8CF2;
}
.TagClassName
{
border-color: #CF8CF2;
}
</style>