Shades of Wisteria #C690FA
Tints of Wisteria #C690FA
RGB
CMYK
RGB Variations
Color information
#C690FA (or 0xC690FA) is known color: Wisteria. HEX triplet: C6, 90 and FA. RGB value is (198,144,250). Sum of RGB (Red+Green+Blue) = 198+144+250=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C690FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FA is #396F05. Grayscale: #ABABAB. Windows color (decimal): -3763974 or 16421062. OLE color: 16421062.
HSL color Cylindrical-coordinate representation of color #C690FA: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C690FA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 144 | 250 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.02 |
| HSL | 270.57º | 0.91% | 0.77% | - |
| HSV(B) | 270.57º | 0.42% | 0.98% | - |
| XYZ | 50.52 | 38.85 | 95.28 | - |
| YUV | 172.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 250 | 0.21 | 0.42 | 0 | 0.02 | 270.57 | 0.91 | 0.77 |
| Hex | C6 | 90 | FA | 15 | 2A | 0 | 2 | 10F | 5B | 4D |
| Octal | 306 | 220 | 372 | 25 | 52 | 0 | 2 | 417 | 133 | 115 |
| Binary | 11000110 | 10010000 | 11111010 | 10101 | 101010 | 0 | 10 | 100001111 | 1011011 | 1001101 |
Color Harmonies of #C690FA
Complementary color
Monochromatic Colors of #C690FA
Black with #C690FA
Text Example
Text Example
White with #C690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690FA; }
p { color: rgb(198,144,250); }
H1.HeaderClassName
{
color: #C690FA;
}
.AnyTagClassName
{
color: #C690FA;
}
</style>
background-color css
<style>
a { background-color: #C690FA; }
a { background-color: rgb(198,144,250); }
div.DivClassName
{
background-color: #C690FA;
}
.BgClassName
{
background-color: #C690FA;
}
</style>
border-color css
<style>
span { border-color: #C690FA; }
span { border-color: rgb(198,144,250); }
td.TdClassName
{
border-color: #C690FA;
}
.TagClassName
{
border-color: #C690FA;
}
</style>