Shades of Wisteria #CC9DF2
Tints of Wisteria #CC9DF2
RGB
CMYK
RGB Variations
Color information
#CC9DF2 (or 0xCC9DF2) is known color: Wisteria. HEX triplet: CC, 9D and F2. RGB value is (204,157,242). Sum of RGB (Red+Green+Blue) = 204+157+242=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DF2 is #33620D. Grayscale: #B4B4B4. Windows color (decimal): -3367438 or 15900108. OLE color: 15900108.
HSL color Cylindrical-coordinate representation of color #CC9DF2: hue angle of 273.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9DF2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 157 | 242 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.05 |
| HSL | 273.18º | 0.77% | 0.78% | - |
| HSV(B) | 273.18º | 0.35% | 0.95% | - |
| XYZ | 52.99 | 43.36 | 89.58 | - |
| YUV | 180.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 242 | 0.16 | 0.35 | 0 | 0.05 | 273.18 | 0.77 | 0.78 |
| Hex | CC | 9D | F2 | 10 | 23 | 0 | 5 | 111 | 4D | 4E |
| Octal | 314 | 235 | 362 | 20 | 43 | 0 | 5 | 421 | 115 | 116 |
| Binary | 11001100 | 10011101 | 11110010 | 10000 | 100011 | 0 | 101 | 100010001 | 1001101 | 1001110 |
Color Harmonies of #CC9DF2
Complementary color
Monochromatic Colors of #CC9DF2
Black with #CC9DF2
Text Example
Text Example
White with #CC9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DF2; }
p { color: rgb(204,157,242); }
H1.HeaderClassName
{
color: #CC9DF2;
}
.AnyTagClassName
{
color: #CC9DF2;
}
</style>
background-color css
<style>
a { background-color: #CC9DF2; }
a { background-color: rgb(204,157,242); }
div.DivClassName
{
background-color: #CC9DF2;
}
.BgClassName
{
background-color: #CC9DF2;
}
</style>
border-color css
<style>
span { border-color: #CC9DF2; }
span { border-color: rgb(204,157,242); }
td.TdClassName
{
border-color: #CC9DF2;
}
.TagClassName
{
border-color: #CC9DF2;
}
</style>