Shades of Wisteria #C388EE
Tints of Wisteria #C388EE
RGB
CMYK
RGB Variations
Color information
#C388EE (or 0xC388EE) is known color: Wisteria. HEX triplet: C3, 88 and EE. RGB value is (195,136,238). Sum of RGB (Red+Green+Blue) = 195+136+238=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #C388EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388EE is #3C7711. Grayscale: #A4A4A4. Windows color (decimal): -3962642 or 15632579. OLE color: 15632579.
HSL color Cylindrical-coordinate representation of color #C388EE: hue angle of 274.71º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C388EE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 136 | 238 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.07 |
| HSL | 274.71º | 0.75% | 0.73% | - |
| HSV(B) | 274.71º | 0.43% | 0.93% | - |
| XYZ | 46.74 | 35.38 | 85.26 | - |
| YUV | 165.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 238 | 0.18 | 0.43 | 0 | 0.07 | 274.71 | 0.75 | 0.73 |
| Hex | C3 | 88 | EE | 12 | 2B | 0 | 7 | 113 | 4B | 49 |
| Octal | 303 | 210 | 356 | 22 | 53 | 0 | 7 | 423 | 113 | 111 |
| Binary | 11000011 | 10001000 | 11101110 | 10010 | 101011 | 0 | 111 | 100010011 | 1001011 | 1001001 |
Color Harmonies of #C388EE
Complementary color
Monochromatic Colors of #C388EE
Black with #C388EE
Text Example
Text Example
White with #C388EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388EE; }
p { color: rgb(195,136,238); }
H1.HeaderClassName
{
color: #C388EE;
}
.AnyTagClassName
{
color: #C388EE;
}
</style>
background-color css
<style>
a { background-color: #C388EE; }
a { background-color: rgb(195,136,238); }
div.DivClassName
{
background-color: #C388EE;
}
.BgClassName
{
background-color: #C388EE;
}
</style>
border-color css
<style>
span { border-color: #C388EE; }
span { border-color: rgb(195,136,238); }
td.TdClassName
{
border-color: #C388EE;
}
.TagClassName
{
border-color: #C388EE;
}
</style>