Shades of Wisteria #CF95E0
Tints of Wisteria #CF95E0
RGB
CMYK
RGB Variations
Color information
#CF95E0 (or 0xCF95E0) is known color: Wisteria. HEX triplet: CF, 95 and E0. RGB value is (207,149,224). Sum of RGB (Red+Green+Blue) = 207+149+224=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95E0 is #306A1F. Grayscale: #AEAEAE. Windows color (decimal): -3172896 or 14718415. OLE color: 14718415.
HSL color Cylindrical-coordinate representation of color #CF95E0: hue angle of 286.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF95E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 149 | 224 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.12 |
| HSL | 286.4º | 0.55% | 0.73% | - |
| HSV(B) | 286.4º | 0.33% | 0.88% | - |
| XYZ | 49.93 | 40.14 | 75.64 | - |
| YUV | 174.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 224 | 0.08 | 0.33 | 0 | 0.12 | 286.4 | 0.55 | 0.73 |
| Hex | CF | 95 | E0 | 8 | 21 | 0 | C | 11E | 37 | 49 |
| Octal | 317 | 225 | 340 | 10 | 41 | 0 | 14 | 436 | 67 | 111 |
| Binary | 11001111 | 10010101 | 11100000 | 1000 | 100001 | 0 | 1100 | 100011110 | 110111 | 1001001 |
Color Harmonies of #CF95E0
Complementary color
Monochromatic Colors of #CF95E0
Black with #CF95E0
Text Example
Text Example
White with #CF95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95E0; }
p { color: rgb(207,149,224); }
H1.HeaderClassName
{
color: #CF95E0;
}
.AnyTagClassName
{
color: #CF95E0;
}
</style>
background-color css
<style>
a { background-color: #CF95E0; }
a { background-color: rgb(207,149,224); }
div.DivClassName
{
background-color: #CF95E0;
}
.BgClassName
{
background-color: #CF95E0;
}
</style>
border-color css
<style>
span { border-color: #CF95E0; }
span { border-color: rgb(207,149,224); }
td.TdClassName
{
border-color: #CF95E0;
}
.TagClassName
{
border-color: #CF95E0;
}
</style>