Shades of Wisteria #C18CEF
Tints of Wisteria #C18CEF
RGB
CMYK
RGB Variations
Color information
#C18CEF (or 0xC18CEF) is known color: Wisteria. HEX triplet: C1, 8C and EF. RGB value is (193,140,239). Sum of RGB (Red+Green+Blue) = 193+140+239=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEF is #3E7310. Grayscale: #A6A6A6. Windows color (decimal): -4092689 or 15699137. OLE color: 15699137.
HSL color Cylindrical-coordinate representation of color #C18CEF: hue angle of 272.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18CEF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 140 | 239 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.06 |
| HSL | 272.12º | 0.76% | 0.74% | - |
| HSV(B) | 272.12º | 0.41% | 0.94% | - |
| XYZ | 46.95 | 36.33 | 86.2 | - |
| YUV | 167.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 239 | 0.19 | 0.41 | 0 | 0.06 | 272.12 | 0.76 | 0.74 |
| Hex | C1 | 8C | EF | 13 | 29 | 0 | 6 | 110 | 4C | 4A |
| Octal | 301 | 214 | 357 | 23 | 51 | 0 | 6 | 420 | 114 | 112 |
| Binary | 11000001 | 10001100 | 11101111 | 10011 | 101001 | 0 | 110 | 100010000 | 1001100 | 1001010 |
Color Harmonies of #C18CEF
Complementary color
Monochromatic Colors of #C18CEF
Black with #C18CEF
Text Example
Text Example
White with #C18CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CEF; }
p { color: rgb(193,140,239); }
H1.HeaderClassName
{
color: #C18CEF;
}
.AnyTagClassName
{
color: #C18CEF;
}
</style>
background-color css
<style>
a { background-color: #C18CEF; }
a { background-color: rgb(193,140,239); }
div.DivClassName
{
background-color: #C18CEF;
}
.BgClassName
{
background-color: #C18CEF;
}
</style>
border-color css
<style>
span { border-color: #C18CEF; }
span { border-color: rgb(193,140,239); }
td.TdClassName
{
border-color: #C18CEF;
}
.TagClassName
{
border-color: #C18CEF;
}
</style>