Shades of Wisteria #C399E6
Tints of Wisteria #C399E6
RGB
CMYK
RGB Variations
Color information
#C399E6 (or 0xC399E6) is known color: Wisteria. HEX triplet: C3, 99 and E6. RGB value is (195,153,230). Sum of RGB (Red+Green+Blue) = 195+153+230=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #C399E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399E6 is #3C6619. Grayscale: #AEAEAE. Windows color (decimal): -3958298 or 15112643. OLE color: 15112643.
HSL color Cylindrical-coordinate representation of color #C399E6: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C399E6 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 153 | 230 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.10 |
| HSL | 272.73º | 0.61% | 0.75% | - |
| HSV(B) | 272.73º | 0.33% | 0.9% | - |
| XYZ | 48.18 | 40.1 | 80.06 | - |
| YUV | 174.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 230 | 0.15 | 0.33 | 0 | 0.10 | 272.73 | 0.61 | 0.75 |
| Hex | C3 | 99 | E6 | F | 21 | 0 | A | 111 | 3D | 4B |
| Octal | 303 | 231 | 346 | 17 | 41 | 0 | 12 | 421 | 75 | 113 |
| Binary | 11000011 | 10011001 | 11100110 | 1111 | 100001 | 0 | 1010 | 100010001 | 111101 | 1001011 |
Color Harmonies of #C399E6
Complementary color
Monochromatic Colors of #C399E6
Black with #C399E6
Text Example
Text Example
White with #C399E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399E6; }
p { color: rgb(195,153,230); }
H1.HeaderClassName
{
color: #C399E6;
}
.AnyTagClassName
{
color: #C399E6;
}
</style>
background-color css
<style>
a { background-color: #C399E6; }
a { background-color: rgb(195,153,230); }
div.DivClassName
{
background-color: #C399E6;
}
.BgClassName
{
background-color: #C399E6;
}
</style>
border-color css
<style>
span { border-color: #C399E6; }
span { border-color: rgb(195,153,230); }
td.TdClassName
{
border-color: #C399E6;
}
.TagClassName
{
border-color: #C399E6;
}
</style>