Shades of Wisteria #C387EE
Tints of Wisteria #C387EE
RGB
CMYK
RGB Variations
Color information
#C387EE (or 0xC387EE) is known color: Wisteria. HEX triplet: C3, 87 and EE. RGB value is (195,135,238). Sum of RGB (Red+Green+Blue) = 195+135+238=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C387EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387EE is #3C7811. Grayscale: #A4A4A4. Windows color (decimal): -3962898 or 15632323. OLE color: 15632323.
HSL color Cylindrical-coordinate representation of color #C387EE: hue angle of 274.95º 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 #C387EE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 135 | 238 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.07 |
| HSL | 274.95º | 0.75% | 0.73% | - |
| HSV(B) | 274.95º | 0.43% | 0.93% | - |
| XYZ | 46.6 | 35.1 | 85.21 | - |
| YUV | 164.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 238 | 0.18 | 0.43 | 0 | 0.07 | 274.95 | 0.75 | 0.73 |
| Hex | C3 | 87 | EE | 12 | 2B | 0 | 7 | 113 | 4B | 49 |
| Octal | 303 | 207 | 356 | 22 | 53 | 0 | 7 | 423 | 113 | 111 |
| Binary | 11000011 | 10000111 | 11101110 | 10010 | 101011 | 0 | 111 | 100010011 | 1001011 | 1001001 |
Color Harmonies of #C387EE
Complementary color
Monochromatic Colors of #C387EE
Black with #C387EE
Text Example
Text Example
White with #C387EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387EE; }
p { color: rgb(195,135,238); }
H1.HeaderClassName
{
color: #C387EE;
}
.AnyTagClassName
{
color: #C387EE;
}
</style>
background-color css
<style>
a { background-color: #C387EE; }
a { background-color: rgb(195,135,238); }
div.DivClassName
{
background-color: #C387EE;
}
.BgClassName
{
background-color: #C387EE;
}
</style>
border-color css
<style>
span { border-color: #C387EE; }
span { border-color: rgb(195,135,238); }
td.TdClassName
{
border-color: #C387EE;
}
.TagClassName
{
border-color: #C387EE;
}
</style>