Shades of Wisteria #C692F0
Tints of Wisteria #C692F0
RGB
CMYK
RGB Variations
Color information
#C692F0 (or 0xC692F0) is known color: Wisteria. HEX triplet: C6, 92 and F0. RGB value is (198,146,240). Sum of RGB (Red+Green+Blue) = 198+146+240=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #C692F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692F0 is #396D0F. Grayscale: #ABABAB. Windows color (decimal): -3763472 or 15766214. OLE color: 15766214.
HSL color Cylindrical-coordinate representation of color #C692F0: hue angle of 273.19º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C692F0 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 146 | 240 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.06 |
| HSL | 273.19º | 0.76% | 0.76% | - |
| HSV(B) | 273.19º | 0.39% | 0.94% | - |
| XYZ | 49.3 | 38.85 | 87.34 | - |
| YUV | 172.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 240 | 0.18 | 0.39 | 0 | 0.06 | 273.19 | 0.76 | 0.76 |
| Hex | C6 | 92 | F0 | 12 | 27 | 0 | 6 | 111 | 4C | 4C |
| Octal | 306 | 222 | 360 | 22 | 47 | 0 | 6 | 421 | 114 | 114 |
| Binary | 11000110 | 10010010 | 11110000 | 10010 | 100111 | 0 | 110 | 100010001 | 1001100 | 1001100 |
Color Harmonies of #C692F0
Complementary color
Monochromatic Colors of #C692F0
Black with #C692F0
Text Example
Text Example
White with #C692F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692F0; }
p { color: rgb(198,146,240); }
H1.HeaderClassName
{
color: #C692F0;
}
.AnyTagClassName
{
color: #C692F0;
}
</style>
background-color css
<style>
a { background-color: #C692F0; }
a { background-color: rgb(198,146,240); }
div.DivClassName
{
background-color: #C692F0;
}
.BgClassName
{
background-color: #C692F0;
}
</style>
border-color css
<style>
span { border-color: #C692F0; }
span { border-color: rgb(198,146,240); }
td.TdClassName
{
border-color: #C692F0;
}
.TagClassName
{
border-color: #C692F0;
}
</style>