Shades of Wisteria #C18CE5
Tints of Wisteria #C18CE5
RGB
CMYK
RGB Variations
Color information
#C18CE5 (or 0xC18CE5) is known color: Wisteria. HEX triplet: C1, 8C and E5. RGB value is (193,140,229). Sum of RGB (Red+Green+Blue) = 193+140+229=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #C18CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CE5 is #3E731A. Grayscale: #A5A5A5. Windows color (decimal): -4092699 or 15043777. OLE color: 15043777.
HSL color Cylindrical-coordinate representation of color #C18CE5: hue angle of 275.73º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18CE5 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 140 | 229 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.10 |
| HSL | 275.73º | 0.63% | 0.72% | - |
| HSV(B) | 275.73º | 0.39% | 0.9% | - |
| XYZ | 45.51 | 35.75 | 78.63 | - |
| YUV | 165.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 229 | 0.16 | 0.39 | 0 | 0.10 | 275.73 | 0.63 | 0.72 |
| Hex | C1 | 8C | E5 | 10 | 27 | 0 | A | 114 | 3F | 48 |
| Octal | 301 | 214 | 345 | 20 | 47 | 0 | 12 | 424 | 77 | 110 |
| Binary | 11000001 | 10001100 | 11100101 | 10000 | 100111 | 0 | 1010 | 100010100 | 111111 | 1001000 |
Color Harmonies of #C18CE5
Complementary color
Monochromatic Colors of #C18CE5
Black with #C18CE5
Text Example
Text Example
White with #C18CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CE5; }
p { color: rgb(193,140,229); }
H1.HeaderClassName
{
color: #C18CE5;
}
.AnyTagClassName
{
color: #C18CE5;
}
</style>
background-color css
<style>
a { background-color: #C18CE5; }
a { background-color: rgb(193,140,229); }
div.DivClassName
{
background-color: #C18CE5;
}
.BgClassName
{
background-color: #C18CE5;
}
</style>
border-color css
<style>
span { border-color: #C18CE5; }
span { border-color: rgb(193,140,229); }
td.TdClassName
{
border-color: #C18CE5;
}
.TagClassName
{
border-color: #C18CE5;
}
</style>