Shades of Wisteria #CF85E6
Tints of Wisteria #CF85E6
RGB
CMYK
RGB Variations
Color information
#CF85E6 (or 0xCF85E6) is known color: Wisteria. HEX triplet: CF, 85 and E6. RGB value is (207,133,230). Sum of RGB (Red+Green+Blue) = 207+133+230=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85E6 is #307A19. Grayscale: #A5A5A5. Windows color (decimal): -3176986 or 15107535. OLE color: 15107535.
HSL color Cylindrical-coordinate representation of color #CF85E6: hue angle of 285.77º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF85E6 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 133 | 230 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.10 |
| HSL | 285.77º | 0.66% | 0.71% | - |
| HSV(B) | 285.77º | 0.42% | 0.9% | - |
| XYZ | 48.4 | 35.75 | 79.21 | - |
| YUV | 166.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 230 | 0.10 | 0.42 | 0 | 0.10 | 285.77 | 0.66 | 0.71 |
| Hex | CF | 85 | E6 | A | 2A | 0 | A | 11E | 42 | 47 |
| Octal | 317 | 205 | 346 | 12 | 52 | 0 | 12 | 436 | 102 | 107 |
| Binary | 11001111 | 10000101 | 11100110 | 1010 | 101010 | 0 | 1010 | 100011110 | 1000010 | 1000111 |
Color Harmonies of #CF85E6
Complementary color
Monochromatic Colors of #CF85E6
Black with #CF85E6
Text Example
Text Example
White with #CF85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85E6; }
p { color: rgb(207,133,230); }
H1.HeaderClassName
{
color: #CF85E6;
}
.AnyTagClassName
{
color: #CF85E6;
}
</style>
background-color css
<style>
a { background-color: #CF85E6; }
a { background-color: rgb(207,133,230); }
div.DivClassName
{
background-color: #CF85E6;
}
.BgClassName
{
background-color: #CF85E6;
}
</style>
border-color css
<style>
span { border-color: #CF85E6; }
span { border-color: rgb(207,133,230); }
td.TdClassName
{
border-color: #CF85E6;
}
.TagClassName
{
border-color: #CF85E6;
}
</style>