Shades of Wisteria #C399E2
Tints of Wisteria #C399E2
RGB
CMYK
RGB Variations
Color information
#C399E2 (or 0xC399E2) is known color: Wisteria. HEX triplet: C3, 99 and E2. RGB value is (195,153,226). Sum of RGB (Red+Green+Blue) = 195+153+226=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #C399E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399E2 is #3C661D. Grayscale: #ADADAD. Windows color (decimal): -3958302 or 14850499. OLE color: 14850499.
HSL color Cylindrical-coordinate representation of color #C399E2: hue angle of 274.52º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C399E2 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 153 | 226 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.11 |
| HSL | 274.52º | 0.56% | 0.74% | - |
| HSV(B) | 274.52º | 0.32% | 0.89% | - |
| XYZ | 47.62 | 39.88 | 77.14 | - |
| YUV | 173.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 226 | 0.14 | 0.32 | 0 | 0.11 | 274.52 | 0.56 | 0.74 |
| Hex | C3 | 99 | E2 | E | 20 | 0 | B | 113 | 38 | 4A |
| Octal | 303 | 231 | 342 | 16 | 40 | 0 | 13 | 423 | 70 | 112 |
| Binary | 11000011 | 10011001 | 11100010 | 1110 | 100000 | 0 | 1011 | 100010011 | 111000 | 1001010 |
Color Harmonies of #C399E2
Complementary color
Monochromatic Colors of #C399E2
Black with #C399E2
Text Example
Text Example
White with #C399E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399E2; }
p { color: rgb(195,153,226); }
H1.HeaderClassName
{
color: #C399E2;
}
.AnyTagClassName
{
color: #C399E2;
}
</style>
background-color css
<style>
a { background-color: #C399E2; }
a { background-color: rgb(195,153,226); }
div.DivClassName
{
background-color: #C399E2;
}
.BgClassName
{
background-color: #C399E2;
}
</style>
border-color css
<style>
span { border-color: #C399E2; }
span { border-color: rgb(195,153,226); }
td.TdClassName
{
border-color: #C399E2;
}
.TagClassName
{
border-color: #C399E2;
}
</style>