Shades of Wisteria #CF95E6
Tints of Wisteria #CF95E6
RGB
CMYK
RGB Variations
Color information
#CF95E6 (or 0xCF95E6) is known color: Wisteria. HEX triplet: CF, 95 and E6. RGB value is (207,149,230). Sum of RGB (Red+Green+Blue) = 207+149+230=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95E6 is #306A19. Grayscale: #AFAFAF. Windows color (decimal): -3172890 or 15111631. OLE color: 15111631.
HSL color Cylindrical-coordinate representation of color #CF95E6: hue angle of 282.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF95E6 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 149 | 230 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.10 |
| HSL | 282.96º | 0.62% | 0.74% | - |
| HSV(B) | 282.96º | 0.35% | 0.9% | - |
| XYZ | 50.76 | 40.47 | 80 | - |
| YUV | 175.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 230 | 0.10 | 0.35 | 0 | 0.10 | 282.96 | 0.62 | 0.74 |
| Hex | CF | 95 | E6 | A | 23 | 0 | A | 11B | 3E | 4A |
| Octal | 317 | 225 | 346 | 12 | 43 | 0 | 12 | 433 | 76 | 112 |
| Binary | 11001111 | 10010101 | 11100110 | 1010 | 100011 | 0 | 1010 | 100011011 | 111110 | 1001010 |
Color Harmonies of #CF95E6
Complementary color
Monochromatic Colors of #CF95E6
Black with #CF95E6
Text Example
Text Example
White with #CF95E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95E6; }
p { color: rgb(207,149,230); }
H1.HeaderClassName
{
color: #CF95E6;
}
.AnyTagClassName
{
color: #CF95E6;
}
</style>
background-color css
<style>
a { background-color: #CF95E6; }
a { background-color: rgb(207,149,230); }
div.DivClassName
{
background-color: #CF95E6;
}
.BgClassName
{
background-color: #CF95E6;
}
</style>
border-color css
<style>
span { border-color: #CF95E6; }
span { border-color: rgb(207,149,230); }
td.TdClassName
{
border-color: #CF95E6;
}
.TagClassName
{
border-color: #CF95E6;
}
</style>