Shades of Wisteria #CC9FEA
Tints of Wisteria #CC9FEA
RGB
CMYK
RGB Variations
Color information
#CC9FEA (or 0xCC9FEA) is known color: Wisteria. HEX triplet: CC, 9F and EA. RGB value is (204,159,234). Sum of RGB (Red+Green+Blue) = 204+159+234=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FEA is #336015. Grayscale: #B4B4B4. Windows color (decimal): -3366934 or 15376332. OLE color: 15376332.
HSL color Cylindrical-coordinate representation of color #CC9FEA: hue angle of 276º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC9FEA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 159 | 234 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.08 |
| HSL | 276º | 0.64% | 0.77% | - |
| HSV(B) | 276º | 0.32% | 0.92% | - |
| XYZ | 52.15 | 43.57 | 83.5 | - |
| YUV | 181.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 234 | 0.13 | 0.32 | 0 | 0.08 | 276 | 0.64 | 0.77 |
| Hex | CC | 9F | EA | D | 20 | 0 | 8 | 114 | 40 | 4D |
| Octal | 314 | 237 | 352 | 15 | 40 | 0 | 10 | 424 | 100 | 115 |
| Binary | 11001100 | 10011111 | 11101010 | 1101 | 100000 | 0 | 1000 | 100010100 | 1000000 | 1001101 |
Color Harmonies of #CC9FEA
Complementary color
Monochromatic Colors of #CC9FEA
Black with #CC9FEA
Text Example
Text Example
White with #CC9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9FEA; }
p { color: rgb(204,159,234); }
H1.HeaderClassName
{
color: #CC9FEA;
}
.AnyTagClassName
{
color: #CC9FEA;
}
</style>
background-color css
<style>
a { background-color: #CC9FEA; }
a { background-color: rgb(204,159,234); }
div.DivClassName
{
background-color: #CC9FEA;
}
.BgClassName
{
background-color: #CC9FEA;
}
</style>
border-color css
<style>
span { border-color: #CC9FEA; }
span { border-color: rgb(204,159,234); }
td.TdClassName
{
border-color: #CC9FEA;
}
.TagClassName
{
border-color: #CC9FEA;
}
</style>