Shades of Wisteria #CF85EA
Tints of Wisteria #CF85EA
RGB
CMYK
RGB Variations
Color information
#CF85EA (or 0xCF85EA) is known color: Wisteria. HEX triplet: CF, 85 and EA. RGB value is (207,133,234). Sum of RGB (Red+Green+Blue) = 207+133+234=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85EA is #307A15. Grayscale: #A6A6A6. Windows color (decimal): -3176982 or 15369679. OLE color: 15369679.
HSL color Cylindrical-coordinate representation of color #CF85EA: hue angle of 283.96º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF85EA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 133 | 234 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.08 |
| HSL | 283.96º | 0.71% | 0.72% | - |
| HSV(B) | 283.96º | 0.43% | 0.92% | - |
| XYZ | 48.97 | 35.98 | 82.21 | - |
| YUV | 166.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 234 | 0.12 | 0.43 | 0 | 0.08 | 283.96 | 0.71 | 0.72 |
| Hex | CF | 85 | EA | C | 2B | 0 | 8 | 11C | 47 | 48 |
| Octal | 317 | 205 | 352 | 14 | 53 | 0 | 10 | 434 | 107 | 110 |
| Binary | 11001111 | 10000101 | 11101010 | 1100 | 101011 | 0 | 1000 | 100011100 | 1000111 | 1001000 |
Color Harmonies of #CF85EA
Complementary color
Monochromatic Colors of #CF85EA
Black with #CF85EA
Text Example
Text Example
White with #CF85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85EA; }
p { color: rgb(207,133,234); }
H1.HeaderClassName
{
color: #CF85EA;
}
.AnyTagClassName
{
color: #CF85EA;
}
</style>
background-color css
<style>
a { background-color: #CF85EA; }
a { background-color: rgb(207,133,234); }
div.DivClassName
{
background-color: #CF85EA;
}
.BgClassName
{
background-color: #CF85EA;
}
</style>
border-color css
<style>
span { border-color: #CF85EA; }
span { border-color: rgb(207,133,234); }
td.TdClassName
{
border-color: #CF85EA;
}
.TagClassName
{
border-color: #CF85EA;
}
</style>