Shades of Wisteria #C399EA
Tints of Wisteria #C399EA
RGB
CMYK
RGB Variations
Color information
#C399EA (or 0xC399EA) is known color: Wisteria. HEX triplet: C3, 99 and EA. RGB value is (195,153,234). Sum of RGB (Red+Green+Blue) = 195+153+234=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #C399EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399EA is #3C6615. Grayscale: #AEAEAE. Windows color (decimal): -3958294 or 15374787. OLE color: 15374787.
HSL color Cylindrical-coordinate representation of color #C399EA: hue angle of 271.11º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C399EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 153 | 234 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.08 |
| HSL | 271.11º | 0.66% | 0.76% | - |
| HSV(B) | 271.11º | 0.35% | 0.92% | - |
| XYZ | 48.75 | 40.33 | 83.06 | - |
| YUV | 174.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 234 | 0.17 | 0.35 | 0 | 0.08 | 271.11 | 0.66 | 0.76 |
| Hex | C3 | 99 | EA | 11 | 23 | 0 | 8 | 10F | 42 | 4C |
| Octal | 303 | 231 | 352 | 21 | 43 | 0 | 10 | 417 | 102 | 114 |
| Binary | 11000011 | 10011001 | 11101010 | 10001 | 100011 | 0 | 1000 | 100001111 | 1000010 | 1001100 |
Color Harmonies of #C399EA
Complementary color
Monochromatic Colors of #C399EA
Black with #C399EA
Text Example
Text Example
White with #C399EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399EA; }
p { color: rgb(195,153,234); }
H1.HeaderClassName
{
color: #C399EA;
}
.AnyTagClassName
{
color: #C399EA;
}
</style>
background-color css
<style>
a { background-color: #C399EA; }
a { background-color: rgb(195,153,234); }
div.DivClassName
{
background-color: #C399EA;
}
.BgClassName
{
background-color: #C399EA;
}
</style>
border-color css
<style>
span { border-color: #C399EA; }
span { border-color: rgb(195,153,234); }
td.TdClassName
{
border-color: #C399EA;
}
.TagClassName
{
border-color: #C399EA;
}
</style>