Shades of Wisteria #C399E5
Tints of Wisteria #C399E5
RGB
CMYK
RGB Variations
Color information
#C399E5 (or 0xC399E5) is known color: Wisteria. HEX triplet: C3, 99 and E5. RGB value is (195,153,229). Sum of RGB (Red+Green+Blue) = 195+153+229=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #C399E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399E5 is #3C661A. Grayscale: #ADADAD. Windows color (decimal): -3958299 or 15047107. OLE color: 15047107.
HSL color Cylindrical-coordinate representation of color #C399E5: hue angle of 273.16º degrees, saturation: 0.59, 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 #C399E5 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 153 | 229 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.10 |
| HSL | 273.16º | 0.59% | 0.75% | - |
| HSV(B) | 273.16º | 0.33% | 0.9% | - |
| XYZ | 48.04 | 40.04 | 79.33 | - |
| YUV | 174.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 229 | 0.15 | 0.33 | 0 | 0.10 | 273.16 | 0.59 | 0.75 |
| Hex | C3 | 99 | E5 | F | 21 | 0 | A | 111 | 3B | 4B |
| Octal | 303 | 231 | 345 | 17 | 41 | 0 | 12 | 421 | 73 | 113 |
| Binary | 11000011 | 10011001 | 11100101 | 1111 | 100001 | 0 | 1010 | 100010001 | 111011 | 1001011 |
Color Harmonies of #C399E5
Complementary color
Monochromatic Colors of #C399E5
Black with #C399E5
Text Example
Text Example
White with #C399E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399E5; }
p { color: rgb(195,153,229); }
H1.HeaderClassName
{
color: #C399E5;
}
.AnyTagClassName
{
color: #C399E5;
}
</style>
background-color css
<style>
a { background-color: #C399E5; }
a { background-color: rgb(195,153,229); }
div.DivClassName
{
background-color: #C399E5;
}
.BgClassName
{
background-color: #C399E5;
}
</style>
border-color css
<style>
span { border-color: #C399E5; }
span { border-color: rgb(195,153,229); }
td.TdClassName
{
border-color: #C399E5;
}
.TagClassName
{
border-color: #C399E5;
}
</style>