Shades of Wisteria #CC9CF2
Tints of Wisteria #CC9CF2
RGB
CMYK
RGB Variations
Color information
#CC9CF2 (or 0xCC9CF2) is known color: Wisteria. HEX triplet: CC, 9C and F2. RGB value is (204,156,242). Sum of RGB (Red+Green+Blue) = 204+156+242=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CF2 is #33630D. Grayscale: #B3B3B3. Windows color (decimal): -3367694 or 15899852. OLE color: 15899852.
HSL color Cylindrical-coordinate representation of color #CC9CF2: hue angle of 273.49º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9CF2 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 156 | 242 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.05 |
| HSL | 273.49º | 0.77% | 0.78% | - |
| HSV(B) | 273.49º | 0.36% | 0.95% | - |
| XYZ | 52.82 | 43.03 | 89.53 | - |
| YUV | 180.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 242 | 0.16 | 0.36 | 0 | 0.05 | 273.49 | 0.77 | 0.78 |
| Hex | CC | 9C | F2 | 10 | 24 | 0 | 5 | 111 | 4D | 4E |
| Octal | 314 | 234 | 362 | 20 | 44 | 0 | 5 | 421 | 115 | 116 |
| Binary | 11001100 | 10011100 | 11110010 | 10000 | 100100 | 0 | 101 | 100010001 | 1001101 | 1001110 |
Color Harmonies of #CC9CF2
Complementary color
Monochromatic Colors of #CC9CF2
Black with #CC9CF2
Text Example
Text Example
White with #CC9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CF2; }
p { color: rgb(204,156,242); }
H1.HeaderClassName
{
color: #CC9CF2;
}
.AnyTagClassName
{
color: #CC9CF2;
}
</style>
background-color css
<style>
a { background-color: #CC9CF2; }
a { background-color: rgb(204,156,242); }
div.DivClassName
{
background-color: #CC9CF2;
}
.BgClassName
{
background-color: #CC9CF2;
}
</style>
border-color css
<style>
span { border-color: #CC9CF2; }
span { border-color: rgb(204,156,242); }
td.TdClassName
{
border-color: #CC9CF2;
}
.TagClassName
{
border-color: #CC9CF2;
}
</style>