Shades of Wisteria #C18FCF
Tints of Wisteria #C18FCF
RGB
CMYK
RGB Variations
Color information
#C18FCF (or 0xC18FCF) is known color: Wisteria. HEX triplet: C1, 8F and CF. RGB value is (193,143,207). Sum of RGB (Red+Green+Blue) = 193+143+207=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCF is #3E7030. Grayscale: #A5A5A5. Windows color (decimal): -4091953 or 13602753. OLE color: 13602753.
HSL color Cylindrical-coordinate representation of color #C18FCF: hue angle of 286.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18FCF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 143 | 207 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.19 |
| HSL | 286.88º | 0.4% | 0.69% | - |
| HSV(B) | 286.88º | 0.31% | 0.81% | - |
| XYZ | 43.08 | 35.49 | 63.61 | - |
| YUV | 165.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 207 | 0.07 | 0.31 | 0 | 0.19 | 286.88 | 0.4 | 0.69 |
| Hex | C1 | 8F | CF | 7 | 1F | 0 | 13 | 11F | 28 | 45 |
| Octal | 301 | 217 | 317 | 7 | 37 | 0 | 23 | 437 | 50 | 105 |
| Binary | 11000001 | 10001111 | 11001111 | 111 | 11111 | 0 | 10011 | 100011111 | 101000 | 1000101 |
Color Harmonies of #C18FCF
Complementary color
Monochromatic Colors of #C18FCF
Black with #C18FCF
Text Example
Text Example
White with #C18FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FCF; }
p { color: rgb(193,143,207); }
H1.HeaderClassName
{
color: #C18FCF;
}
.AnyTagClassName
{
color: #C18FCF;
}
</style>
background-color css
<style>
a { background-color: #C18FCF; }
a { background-color: rgb(193,143,207); }
div.DivClassName
{
background-color: #C18FCF;
}
.BgClassName
{
background-color: #C18FCF;
}
</style>
border-color css
<style>
span { border-color: #C18FCF; }
span { border-color: rgb(193,143,207); }
td.TdClassName
{
border-color: #C18FCF;
}
.TagClassName
{
border-color: #C18FCF;
}
</style>