Shades of Wisteria #C692F2
Tints of Wisteria #C692F2
RGB
CMYK
RGB Variations
Color information
#C692F2 (or 0xC692F2) is known color: Wisteria. HEX triplet: C6, 92 and F2. RGB value is (198,146,242). Sum of RGB (Red+Green+Blue) = 198+146+242=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #C692F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692F2 is #396D0D. Grayscale: #ACACAC. Windows color (decimal): -3763470 or 15897286. OLE color: 15897286.
HSL color Cylindrical-coordinate representation of color #C692F2: hue angle of 272.5º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C692F2 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 146 | 242 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.05 |
| HSL | 272.5º | 0.79% | 0.76% | - |
| HSV(B) | 272.5º | 0.4% | 0.95% | - |
| XYZ | 49.59 | 38.97 | 88.91 | - |
| YUV | 172.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 242 | 0.18 | 0.40 | 0 | 0.05 | 272.5 | 0.79 | 0.76 |
| Hex | C6 | 92 | F2 | 12 | 28 | 0 | 5 | 110 | 4F | 4C |
| Octal | 306 | 222 | 362 | 22 | 50 | 0 | 5 | 420 | 117 | 114 |
| Binary | 11000110 | 10010010 | 11110010 | 10010 | 101000 | 0 | 101 | 100010000 | 1001111 | 1001100 |
Color Harmonies of #C692F2
Complementary color
Monochromatic Colors of #C692F2
Black with #C692F2
Text Example
Text Example
White with #C692F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692F2; }
p { color: rgb(198,146,242); }
H1.HeaderClassName
{
color: #C692F2;
}
.AnyTagClassName
{
color: #C692F2;
}
</style>
background-color css
<style>
a { background-color: #C692F2; }
a { background-color: rgb(198,146,242); }
div.DivClassName
{
background-color: #C692F2;
}
.BgClassName
{
background-color: #C692F2;
}
</style>
border-color css
<style>
span { border-color: #C692F2; }
span { border-color: rgb(198,146,242); }
td.TdClassName
{
border-color: #C692F2;
}
.TagClassName
{
border-color: #C692F2;
}
</style>